Confirm Dialog


This documentation provides a comprehensive reference for the Confirm Dialog component, guiding you through its configuration options.

Demos

ConfirmDialog Parameters #

Name Type Default Required Description Added Version
ChildContent RenderFragment null Gets or sets the child content. 1.0.0
Class string null Gets or sets the CSS class. 1.0.0
HideCloseButton bool False If true, confirm modal close button is hidden. 1.0.0
Id string null Gets or sets the ID. If not set, a unique ID will be generated. 1.0.0
Style string null Gets or sets the CSS style. 1.0.0

ConfirmDialogOptions Properties #

Name Type Default Required Description Added Version
BodyCssClass string null body CSS class. 1.0.0
FootCssClass string null foot CSS class. 1.0.0
NoButtonColor ButtonColor None No button color. 1.0.0
NoButtonCssClass string null No button CSS class. 1.0.0
NoButtonText string No No button text. 1.0.0
TitleCssClass string null The title of the dialog. 1.0.0
YesButtonColor ButtonColor Primary Yes button color. 1.0.0
YesButtonCssClass string null Yes button CSS class. 1.0.0
YesButtonText string Yes Yes button text. 1.0.0