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


In This Topic
    ShowSortIndicator Property (Columns.DefaultColumn)
    In This Topic
    This property is not applicable. It cannot be set for a default column.
    Syntax
    'Declaration
     
    
    Public Shadows Property ShowSortIndicator As Boolean
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
    Dim value As Boolean
     
    instance.ShowSortIndicator = value
     
    value = instance.ShowSortIndicator
    public new bool ShowSortIndicator {get; set;}
    See Also