Back to Devexpress

LayoutViewColumn.MinWidth Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-0b2da148.md

latest2.1 KB
Original Source

LayoutViewColumn.MinWidth Property

This property is not supported by the LayoutViewColumn class.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(20)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public override int MinWidth { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(20)>
<XtraSerializableProperty>
Public Overrides Property MinWidth As Integer

Property Value

TypeDefault
Int3220

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

MinSize

MaxSize

LayoutViewField

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace