TcxSchedulerTimeGridViewTreeBrowser.Visible Property
In This Article
Switches the Tree Browser pane’s visibility.
#Declaration
Delphi
property Visible: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display the Tree Browser pane adjacent to the scheduling area. Otherwise, the pane is hidden.
Important
Since the Tree Browser implementation is based on the Tcx
The default value of the Visible property is False.
See Also