windowsforms-devexpress-dot-xtrapivotgrid-75b7adcd.md
Provides data for the PivotGridControl.CustomServerModeSort event
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
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 PivotGridControl.CustomServerModeSort event. Data for this event is supplied by the CustomServerModeSortEventArgs class.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> CustomServerModeSortEventArgsBase<PivotGridField> CustomServerModeSortEventArgs
See Also