Back to Devexpress

BaseColumn.MinWidth Property

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

latest1.4 KB
Original Source

BaseColumn.MinWidth Property

Gets or sets the column’s minimum width. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Double

A Double value that specifies the column’s minimum width, in pixels.

|

Remarks

To learn more, see Columns Layout and Width.

See Also

Width

FixedWidth

AutoWidth

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace