LayoutViewColumn.MaxWidth 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(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public override int MaxWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | 0 |
See Also