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

PivotCustomColumnWidthEventArgs.ColumnWidth Property

Gets or sets a width for the data area columns.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public int ColumnWidth { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the width of the data area columns.

See Also