Skip to main content

PivotGridControl.BestFitArea Property

Gets or sets which interface elements are taken into account when calculating optimal width for columns.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public FieldBestFitArea BestFitArea { get; set; }

#Property Value

Type Description
FieldBestFitArea

A FieldBestFitArea enumeration value that specifies interface elements that are taken into account when calculating the optimal width for columns.

#Remarks

To learn more, see Best Fit.

See Also