Skip to main content
All docs
V19.2

PivotGridField.MinWidth Property

Gets or sets the field minimum width when the pivot grid is exported.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

[DefaultValue(20)]
public override int MinWidth { get; set; }

Property Value

Type Default Description
Int32 20

An integer value that specifies the field minimum width when the pivot grid is exported.

See Also