Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnClipInfo Class / ShowSortIndicator Property


In This Topic
    ShowSortIndicator Property (ColumnClipInfo)
    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 ColumnClipInfo
    Dim value As Boolean
     
    instance.ShowSortIndicator = value
     
    value = instance.ShowSortIndicator
    public bool ShowSortIndicator {get; set;}
    See Also