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

TcxTreeListBandRow Properties

Represents a band‘s row displaying column headers.
Name Description
Band Provides access to the band associated with the current row.
BandRows Provides access to the collection of band rows associated with the current row’s band.
Count Returns the number of columns arranged within the current band row.
First Provides access to the first visible column within the current band row.
Index Returns the position of the current band row within a band’s collection of band rows.
IsFirst Indicates whether the current band row is the first item within a band’s collection of band rows.
IsLast Indicates whether the current band row is the last item within a band’s collection of band rows.
Items Provides indexed access to columns arranged within the current band row.
Last Provides access to the last visible column within the current band row.
LineCount Returns the height of the current band row within the column header panel, in text lines.
LineOffset Returns the text line at which the current band row is positioned.
MinWidth Returns the minimum width of the current band row, in pixels.
TreeList Provides access to the TreeList control to which the band row belongs.
VisibleIndex Returns the vertical position of the current band row within the column header panel.
VisibleItemCount Returns the number of columns that are visible within the current band row.
VisibleItems Provides indexed access to columns that are visible within the band row.
Width Returns the band row’s width, in pixels.
See Also