TableView.BestFitArea Property
Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public BestFitArea BestFitArea { get; set; }
#Property Value
Type | Description |
---|---|
Best |
A Best |
Available values:
Name | Description |
---|---|
None | Nothing should be taken into account when adjusting the column width. |
Header | A column header’s text should be taken into account when adjusting the column width. |
Rows | Grid rows’ values should be taken into account when adjusting the column width. |
Total |
The total summary’s text should be taken into account when adjusting the column width. |
Group |
The group summary’s text should be taken into account when adjusting the column width. |
Group |
The group footer’s text should be taken into account when adjusting the column width. |
All | All elements of a column (row cells, header, total summary) should be taken into account when adjusting the column width. |
#Remarks
Refer to the Best Fit topic to learn more.