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

PivotCustomColumnWidthEventArgs Class

Provides data for the XRPivotGrid.CustomColumnWidth event.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class PivotCustomColumnWidthEventArgs :
    PivotFieldValueEventArgs

Remarks

An instance of the PivotCustomColumnWidthEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

See Also