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.1.dll

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

Declaration

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

Property Value

Type Description
Int32

0

See Also