Skip to main content

DialogControl

A base class for dialog controls.

Inherits: AdaptiveControl

Properties

  • open - Set to True to display this dialog.

Events

Properties

openclass-attributeinstance-attribute

open: bool = False

Set to True to display this dialog.

Events

on_dismissclass-attributeinstance-attribute

on_dismiss: Optional[ControlEventHandler[DialogControl]] = None

Called when dialog is dismissed.