Skip to main content

TcxTreeListColumnPosition.Row Property

Provides access to the band row containing the column.

Declaration

property Row: TcxTreeListBandRow read; write;

Property Value

Type Description
TcxTreeListBandRow

The parent band row.

Remarks

Use the RowIndex property to specify the band row for the column. To determine the visible vertical position of the column’s header within the column header panel, use the VisibleRowIndex property.

See Also