New to KendoReactLearn 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.

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