TcxTreeListOptionsView.Buttons Property
Specifies the visibility of expand buttons within TreeList parent nodes.
Declaration
property Buttons: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False, to hide expand buttons within the TreeList control. In this instance, end-users can expand or collapse nodes by double-clicking them.
The following table shows examples of using the Buttons property.
Value | Example |
---|---|
True | |
False |
The default value of the Buttons property is True.
See Also