TcxCustomNavigatorInfoPanel.Visible Property
In This Article
Specifies the panel’s visibility.
#Declaration
Delphi
property Visible: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the Visible property to True, to display the panel.
The default value of the Visible property is False.
See Also