Skip to main content
Tag

ColumnBase.BestFitArea Property

Gets or sets which interface elements are taken into account when calculating the column's optimal width.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public BestFitArea BestFitArea { get; set; }

#Property Value

Type Description
BestFitArea

A BestFitArea enumeration value that specifies interface elements that are taken into account when calculating the column's optimal width.

#Remarks

To learn more, see Best Fit in Columns Layout and Width.

See Also