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

ShowSortIndicator() 공개 메소드

Put a sort indicator next to the text of the sort column
public ShowSortIndicator ( ) : void
리턴 void
        public virtual void ShowSortIndicator()
        {
            if (this.ShowSortIndicators && this.LastSortOrder != SortOrder.None)
                this.ShowSortIndicator(this.LastSortColumn, this.LastSortOrder);
        }

Same methods

ObjectListView::ShowSortIndicator ( OLVColumn columnToSort, SortOrder sortOrder ) : void
ObjectListView