Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortingColumnEventArgs Class / ShowIndicator Property


In This Topic
    ShowIndicator Property (AutoSortingColumnEventArgs)
    In This Topic
    Gets whether the sort indicator is displayed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowIndicator As Boolean
    'Usage
     
    
    Dim instance As AutoSortingColumnEventArgs
    Dim value As Boolean
     
    value = instance.ShowIndicator
    public bool ShowIndicator {get;}
    See Also