Skip to main content

PivotCustomColumnWidthEventArgs(PivotFieldValueItem, Int32) Constructor

Initializes a new instance of the PivotCustomColumnWidthEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PivotCustomColumnWidthEventArgs(
    PivotFieldValueItem item,
    int width
)

Parameters

Name Type Description
item DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.

width Int32

An integer value.

See Also