PivotCustomColumnWidthEventArgs(PivotFieldValueItem, Int32) Constructor
Initializes a new instance of the PivotCustomColumnWidthEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DevExpress.XtraPivotGrid.Data.PivotFieldValueItem | A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object. |
width | Int32 | An integer value. |
See Also