TcxGridViewNavigator.Visible Property
In This Article
Specifies if the navigator is visible.
#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.
The Visible property’s default value is False.
See Also