VGridControlBase.BandWidth Property
Gets the band width.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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.
For information on how end-users can resize bands, see Resizing Rows and Records.