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

TcxGridBandRow Properties

Represents a row in a band.
Name Description
BandRows Specifies a collection of rows within a band to which the current TcxGridBandRow object belongs.
Count Specifies the number of columns contained within the current row.
Index Specifies the position of the row within a row collection to which it belongs.
IsFirst Specifies whether the row is displayed at the top of a band.
IsLast Specifies whether the row is displayed last within a band.
Items Provides the indexed access to columns assigned to the current row.
LineCount Returns the number of lines occupied by the current row.
LineOffset Gets the number of lines in a band which precede the current row.
Visible Specifies whether the current row is visible.
VisibleCount Specifies the number of visible columns assigned to a row.
VisibleIndex Specifies the position of the current row among visible band rows.
VisibleItems Specifies a collection of visible columns displayed in the current row.
See Also