Skip to main content
A newer version of this page is available. .

LayoutViewColumn.MinWidth Property

This property is not supported by the LayoutViewColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(20)]
[XtraSerializableProperty]
public override int MinWidth { get; set; }

Property Value

Type Default
Int32 20

Remarks

To customize the column’s (field’s) size constraints, use the LayoutControlItem.MinSize and LayoutControlItem.MaxSize properties of the LayoutViewColumn.LayoutViewField object. See these topics to learn more.

See Also