Skip to main content

CustomServerModeSortEventArgs Class

Provides data for the ASPxPivotGrid.CustomServerModeSort event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.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.

See Also