Skip to main content
Tag

ColumnBase.BestFitMode Property

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

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

#Property Value

Type Description
BestFitMode

A BestFitMode enumeration value.

#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