ColumnBase.BestFitMode Property
In This Article
Gets or sets how the optimal width required for this column to completely display its contents, is calculated.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Best |
A Best |
#Remarks
The default behavior of all columns displayed within a View, is specified by the TableView.BestFitMode property. The BestFitMode property allows you to override this behavior for individual columns.
To learn more, see Best Fit in Columns Layout and Width.
#Implements
DevExpress.Xpf.Core.Native.IBestFitColumn.BestFitMode
See Also