Skip to main content

PivotGridFieldCollectionBase.DefaultFieldWidth Property

Gets the default width of Field Value boxes.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.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