FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell Class / SortState Property

In This Topic
    SortState Property
    In This Topic
    Gets or sets the sort state.
    Syntax
    'Declaration
     
    Public Property SortState As Nullable(Of SortDirection)
    public Nullable<SortDirection> SortState {get; set;}
    See Also