TdxBarTreeView.Combo Property
Provides access to the tree view combo item that owns this tree view.
Declaration
property Combo: TdxBarTreeViewCombo read;
Property Value
Type |
---|
TdxBarTreeViewCombo |
Remarks
Use the Combo property to access the tree view combo item whose TreeView property is represented by this TdxBarTreeView object. This is useful if you obtain a reference to the tree view object (for instance, in an event handler) and need to access the owning item.
This property value is set automatically by the tree view combo item object when it initializes its tree view control.
See Also