Back to Devexpress

BaseColumn.BestFitWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-c01722db.md

latest1.3 KB
Original Source

BaseColumn.BestFitWidth Property

Gets or sets the column’s width when the Best Fit feature is applied to this column.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double BestFitWidth { get; set; }
vb
Public Property BestFitWidth As Double

Property Value

TypeDescription
Double

A Double value that specifies the column’s optimal width.

|

Remarks

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

See Also

AllowBestFit

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace