WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class / SortDirection Property
In This Topic
    SortDirection Property (GridNumericColumn)
    In This Topic
    Gets the sort direction when the underlying collection is sorted by the same field as this column's SortMemberPath or Binding.
    Syntax
    public Nullable<SortDirection> SortDirection {get;}
    See Also