Skip to main content

TableView.BestFitArea Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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 optimal width for columns.

#Remarks

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

#Implements

DevExpress.Xpf.Grid.ITableView.BestFitArea
See Also