Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.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