Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Band

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.

VE_Band

 

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: