BrightIdeasSoftware.ObjectListView.Unsort C# (CSharp) Méthode

Unsort() public méthode

Remove any sorting and revert to the given order of the model objects
public Unsort ( ) : void
Résultat void
        public virtual void Unsort()
        {
            this.ShowGroups = false;
            this.PrimarySortColumn = null;
            this.PrimarySortOrder = SortOrder.None;
            this.BuildList();
        }
ObjectListView