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

PivotCustomColumnWidthEventArgs.ColumnWidth Property

Specifies the width of the current column.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public int ColumnWidth { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the column width.

See Also