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

CustomFieldDataEventArgsBase<T> Class

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Type Parameters

Name
T

Remarks

To learn more, see CustomFieldDataEventArgs.

Inheritance

Object
EventArgs
CustomFieldDataEventArgsBase<T>
See Also