Class DataCollectionSortEventArgs
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Provides data for the sort changed event in data collection components.
public sealed class DataCollectionSortEventArgs : EventArgs
- Inheritance
-
objectEventArgsDataCollectionSortEventArgs
Constructors
DataCollectionSortEventArgs()
public DataCollectionSortEventArgs()
Properties
ColumnName
The name of the column being sorted.
public required string ColumnName { get; init; }
Property Value
- string
Direction
The direction of the sort.
public required SortDirection Direction { get; init; }