Back to Devexpress

PivotGridCustomFieldSortEventArgsBase<T> Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridcustomfieldsorteventargsbase-1.md

latest2.1 KB
Original Source

PivotGridCustomFieldSortEventArgsBase<T> Class

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotGridCustomFieldSortEventArgsBase<T> :
    EventArgs
    where T : PivotGridFieldBase
vb
Public Class PivotGridCustomFieldSortEventArgsBase(Of T As PivotGridFieldBase)
    Inherits EventArgs

Type Parameters

Name
T

Remarks

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

WinFormsASP.NETASP.NET MVCWPF
CustomFieldSortCustomFieldSortCustomFieldSortCustomFieldSort

Inheritance

Object EventArgs PivotGridCustomFieldSortEventArgsBase<T> PivotGridCustomFieldSortEventArgs

See Also

PivotGridCustomFieldSortEventArgsBase<T> Members

PivotGridCustomFieldSortEventArgs

DevExpress.XtraPivotGrid Namespace