TdxTreeViewNode.Enabled Property
In This Article
Specifies if the node’s checkbox is enabled.
#Declaration
Delphi
property Enabled: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, a user can check and uncheck the node; otherwise, a user is unable to change the checkbox state. |
#Remarks
The default value of the Enabled property is True.
Note
The node displays a checkbox if the Tree View control’s Options
See Also