Skip to main content

TcxControlNavigator.Visible Property

Specifies if the navigator is displayed within the editing control that embeds it.

Declaration

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