Skip to content

DialogControl

Inherits: AdaptiveControl

A base class for dialog controls.

Properties

  • open(bool) –

    Set to True to display this dialog.

Events

Properties#

open class-attribute instance-attribute #

open: bool = False

Set to True to display this dialog.

Events#

on_dismiss class-attribute instance-attribute #

on_dismiss: Optional[ControlEventHandler[DialogControl]] = (
    None
)

Called when dialog is dismissed.