Skip to main content
A newer version of this page is available. .

CustomServerModeSortEventArgsBase<T> Class

Serves as a base for classes that provide data for the CustomServerModeSort event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public class CustomServerModeSortEventArgsBase<T> :
    PivotFieldEventArgsBase<T>
    where T : PivotGridFieldBase

Type Parameters

Name
T

Remarks

For more information, refer to the platform-specific events:

WinForms ASP.NET ASP.NET MVC WPF
CustomServerModeSort CustomServerModeSort CustomServerModeSort CustomServerModeSort
See Also