Skip to main content

TcxNavigatorButton.Visible Property

Specifies whether the button can be displayed.

Declaration

property Visible: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use the Visible property to control a button’s visibility. Set this property value to False to hide the button. In this case, the navigator button is excluded from the display instead of just being disabled. For instance, if you do not want to provide the end-user with filtering capability, you can just hide the Filter button.

The default value of the Visible property is True.

See Also