PivotCustomColumnWidthEventArgs Class
Provides data for the XRPivotGrid.CustomColumnWidth event.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Remarks
An instance of the PivotCustomColumnWidthEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
Object
EventArgs
PivotFieldEventArgsBase<XRPivotGridField>
PivotFieldValueEventArgsBase<XRPivotGridField>
PivotFieldValueEventArgs
PivotCustomColumnWidthEventArgs
See Also