ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GroupDescription Class / SortDirection Property

In This Topic
    SortDirection Property
    In This Topic
    Gets the sort direction of the property within the group. May be set to null if you want to group but not sort by this property.
    Syntax
    'Declaration
     
    Public Property SortDirection As Nullable(Of ListSortDirection)
    public Nullable<ListSortDirection> SortDirection {get; set;}
    See Also