TcxControlNavigator.Visible Property
In This Article
Specifies if the navigator is displayed within the editing control that embeds it.
#Declaration
Delphi
property Visible: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display the navigator within the editing control that is accessible via the Control property.
The default value of the Visible property is False.
See Also