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

In This Topic
    ShowSortPosition Property (C1FlexGridBase)
    In This Topic
    Gets or sets a value that determines the position of the sort glyphs within column header cells.
    Syntax
    'Declaration
     
    
    Public Property ShowSortPosition As ShowSortPositionEnum
    public ShowSortPositionEnum ShowSortPosition {get; set;}
    See Also