TCustomdxVTreeViewEdit.TreeViewShowButtons Property
Specifies whether to display plus (+) and minus (-) buttons to the left of each parent item of a drop-down tree-view control.
Declaration
property TreeViewShowButtons: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
If TreeViewShowButtons is True, a button will appear to the left of each parent item of a drop-down tree-view control. A user can click the button to expand or collapse the child items as an alternative to double-clicking the parent item.
See Also