Skip to main content

VGridControlBase.BandWidth Property

Gets the band width.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public int BandWidth { get; }

Property Value

Type Description
Int32

An integer value which specifies the band width, in pixels.

Remarks

A band’s width is the combined width of a row header and data cell. To change their widths use the VGridControlBase.RowHeaderWidth and VGridControlBase.RecordWidth properties, respectively. Changing either of these properties will affect the band’s width. Note however that the band’s width cannot be set to less than the value specified by the VGridControlBase.BandMinWidth property.

VGrid - BandWidth

For information on how end-users can resize bands, see Resizing Rows and Records.

See Also