TcxTreeListOptionsView.IsIndicatorVisible Property
Determines whether the node indicator is visible within the TreeList control.
Declaration
property IsIndicatorVisible: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns True if any of the following conditions are met:
The Indicator property is set to True.
The OptionsCustomizing.BandsQuickCustomization or OptionsCustomizing.ColumnsQuickCustomization property is set to True.
See Also