Skip to main content

LayoutViewColumn.MinWidth Property

This property is not supported by the LayoutViewColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(20)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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