Skip to main content

PivotCustomColumnWidthEventArgs Class

Provides data for the XRPivotGrid.CustomColumnWidth event.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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