TdxBarTreeViewCombo.FullExpand Property
In This Article
Specifies whether a tree view appears fully expanded.
#Declaration
Delphi
property FullExpand: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If True, then a tree view in a dropdown window is fully expanded.
Value | Example |
---|---|
True | ![]() |
False | ![]() |
Note
Assigning the Full
See Also