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


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