Skip to main content

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