Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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