Dialog
Class for Dialog component.
Properties
Name | Description | Type |
---|---|---|
Buttons | Specifies a combination of buttons to be visible. | DialogButton |
IsOpen | Specifies whether dialog is visible. | bool |
Title | Text at the top of dialog. | string |
OnButtonClick | An event that trigger after an user click on one of the buttons. | EventCallback |
SubmitButton | Specifies a button that will act as a submit button in a form. | DialogButton? |