Skip to main content

BaseColumn.MinWidth Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
[TypeConverter(typeof(LengthConverter))]
public double MinWidth { get; set; }

#Property Value

Type Description
Double

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

#Remarks

To learn more, see Columns Layout and Width.

See Also