Back to Devexpress

LayoutViewColumn.MaxWidth Property

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

latest1.4 KB
Original Source

LayoutViewColumn.MaxWidth 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(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public override int MaxWidth { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overrides Property MaxWidth As Integer

Property Value

TypeDefaultDescription
Int320

0

|

See Also

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace