CustomServerModeSortEventArgsBase<T> Class
In This Article
Serves as a base for classes that provide data for the CustomServerModeSort event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public class CustomServerModeSortEventArgsBase<T> :
PivotFieldEventArgsBase<T>
where T : PivotGridFieldBase
#Type Parameters
Name |
---|
T |
#Remarks
For more information, refer to the platform-specific events:
Win |
ASP. |
ASP. |
WPF |
---|---|---|---|
Custom |
Custom |
Custom |
Custom |
#Inheritance
See Also