TcxTreeListBandRow.TreeList Property
Provides access to the TreeList control to which the band row belongs.
Declaration
property TreeList: TcxCustomTreeList read;
Property Value
Type |
---|
TcxCustomTreeList |
Remarks
To access the control-specific members, cast this property to the respective class.
See Also