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

PivotCustomColumnWidthEventArgs.ColumnLineCount Property

Gets the height of the column field values located in the column header area, in text lines.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public int ColumnLineCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the height of the current column field values, in text lines.

See Also