Back to Devexpress

Band

windowsforms-401-controls-and-libraries-vertical-grid-visual-elements-band.md

latest2.3 KB
Original Source

Band

  • Jan 23, 2019

When the BandsView layout is applied to the control (the grid’s VGridControl.LayoutStyle property is set to the LayoutViewStyle.BandsView value), a single record is displayed at a time. If there are more fields than can fit into the control’s area, records are arranged into columns - bands.

The table below lists the main properties that affect the element’s appearance:

|

Appearance

|

The VGridAppearanceCollection.BandBorder property.

| |

Custom Draw Event

|

See the cell, row header indent, row header and separator topics for information on painting these elements manually.

| |

Width

|

If the BaseOptionsView.AutoScaleBands option is disabled, the band’s width is specified by the VGridControlBase.BandWidth property. The band’s minimum width is specified by the VGridControlBase.BandMinWidth property.

|

Related Topics: