Skip to main content

PivotGridCustomFieldSortEventArgsBase<T> Class

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotGridCustomFieldSortEventArgsBase<T> :
    EventArgs
    where T : PivotGridFieldBase

Type Parameters

Name
T

Remarks

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

WinForms ASP.NET ASP.NET MVC WPF
CustomFieldSort CustomFieldSort CustomFieldSort CustomFieldSort

Inheritance

Object
EventArgs
PivotGridCustomFieldSortEventArgsBase<T>
See Also