BandedGridColumn.MaxWidth Property
This property is not supported by the BandedGridColumn class.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override int MaxWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | 0 |
See Also