TcxTreeListOptionsView.DynamicFocusedStateImages Property
In This Article
Specifies whether state images are displayed for focused nodes only.
#Declaration
Delphi
property DynamicFocusedStateImages: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True, to display only state images for the currently focused node. Otherwise, state images are always displayed within nodes, if assigned.
The default value of the DynamicFocusedStateImages property is False.
See Also