Skip to main content

PivotGridFieldBase.DefaultMinWidth Field

In This Article

A default value of the PivotGridFieldBase.MinWidth property, which specifies the minimum allowed width of columns that correspond to the current field.

Return value: 20

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

public const int DefaultMinWidth = 20

#Field Value

Type
Int32
See Also