CustomServerModeSortEventArgs Class
Provides data for the ASPxPivotGrid.CustomServerModeSort event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class CustomServerModeSortEventArgs :
CustomServerModeSortEventArgsBase<PivotGridField>
Remarks
Note
To sort field values using custom algorithms, set the PivotGridFieldBase.SortMode property to Custom.
To implement custom sorting logic, handle the ASPxPivotGrid.CustomServerModeSort event. Data for this event is supplied by the CustomServerModeSortEventArgs class.
Inheritance
See Also