Library Blazor Components Dialog Reference Classes Dialog

Dialog

Class for Dialog component.

Properties

NameDescriptionType
ButtonsSpecifies a combination of buttons to be visible.DialogButton
IsOpenSpecifies whether dialog is visible.bool
TitleText at the top of dialog.string
OnButtonClickAn event that trigger after an user click on one of the buttons.EventCallback
SubmitButtonSpecifies a button that will act as a submit button in a form.DialogButton?

Sign in