BrightIdeasSoftware.ObjectListView.Unsort C# (CSharp) 메소드

Unsort() 공개 메소드

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