aspnet-devexpress-dot-web-dot-aspxpivotgrid-1a31c9e8.md
Provides data for the ASPxPivotGrid.CustomServerModeSort event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class CustomServerModeSortEventArgs :
CustomServerModeSortEventArgsBase<PivotGridField>
Public Class CustomServerModeSortEventArgs
Inherits CustomServerModeSortEventArgsBase(Of PivotGridField)
CustomServerModeSortEventArgs is the data class for the following events:
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.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> CustomServerModeSortEventArgsBase<PivotGridField> CustomServerModeSortEventArgs
See Also