Skip to main content

BandedGridColumn.MaxWidth Property

This property is not supported by the BandedGridColumn class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override int MaxWidth { get; set; }

Property Value

Type Description
Int32

0

See Also