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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#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