TCustomdxVTreeViewEdit.CanSelectParents Property
Specifies whether a user may choose a tree node with children from the drop-down tree-view.
Declaration
property CanSelectParents: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Use CanSelectParents to specify whether a user may choose a tree node with children from the popup tree-view. If CanSelectParents is True, then the user may choose the tree node, with children. If CanSelectParents is False, then he or she cannot.
See Also