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

PivotGridFieldCollectionBase.DefaultFieldWidth Property

Gets the default width of Field Value boxes.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public int DefaultFieldWidth { get; }

Property Value

Type Description
Int32

An integer value that specifies the default width of Field Value boxes.

Remarks

This property returns 100.

See Also