New to KendoReact? Learn about KendoReact Free.

Visibility

Updated on Dec 19, 2025

By default, the Dialog is visible.

To control its visibility, use a variable based on which the Dialog will be shown or hidden.

jsx
{this.state.visible && <Dialog/>}

The following example demonstrates how to show and hide the Dialog based on its state.

Example
View Source
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support