FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / ShowSort Property

In This Topic
    ShowSort Property (C1FlexGrid)
    In This Topic
    Gets or sets whether the grid should display sorting glyphs (a triangle) on the headers of sorted columns.
    Syntax
    'Declaration
     
    
    Public Property ShowSort As Boolean
    public bool ShowSort {get; set;}
    See Also