Back to Devexpress

VGridControlBase.BandWidth Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-606432ec.md

latest2.3 KB
Original Source

VGridControlBase.BandWidth Property

Gets the band width.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public int BandWidth { get; }
vb
<Browsable(False)>
Public ReadOnly Property BandWidth As Integer

Property Value

TypeDescription
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.

See Also

BandMinWidth

RowHeaderWidth

RecordWidth

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace