Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ShowSortIndicator Property


In This Topic
    ShowSortIndicator Property (Column)
    In This Topic
    Gets or sets whether the column shows a sort indicator when automatically sorted.
    Syntax
    'Declaration
     
    
    Public Property ShowSortIndicator As Boolean
    'Usage
     
    
    Dim instance As Column
    Dim value As Boolean
     
    instance.ShowSortIndicator = value
     
    value = instance.ShowSortIndicator
    public bool ShowSortIndicator {get; set;}
    See Also