Skip to main content

PivotGridField.ExportBestFit Property

Gets or sets whether the columns corresponding to the current field should be resized to the minimum width required to completely display their contents when exporting the pivot grid.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ExportBestFit { get; set; }

Property Value

Type Default Description
Boolean true

true to apply the Best-Fit feature to the field when exporting the pivot grid; otherwise, false.

See Also