CustomExportFieldValueEventArgsBase<T> Class
Serves as a base for classes that provide data for the CustomExportFieldValue event.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
public abstract class CustomExportFieldValueEventArgsBase<T> :
CustomPrintEventArgs
where T : PivotGridFieldBase
Type Parameters
Name |
---|
T |
Remarks
To learn more, see CustomExportFieldValueEventArgs.
Inheritance
Object
EventArgs
CustomPrintEventArgs
CustomExportFieldValueEventArgsBase<T>
See Also