PivotGridField.BestFitArea Property
In This Article
Gets or sets which interface elements are taken into account when calculating optimal width for field columns (or height for rows). This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializableProperty]
[XtraSerializablePropertyId(0)]
public FieldBestFitArea BestFitArea { get; set; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
To learn more, see Best Fit.
See Also