BptDialogue
API reference for BptDialogue — parameters, event callbacks, and related configuration.
BptDialogue
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Enabled | bool | — | |
Visible | bool | — | |
Title | string | — | |
Modal | bool | — | |
Width | string | — | |
Height | string | — | |
ShowHeader | bool | — | |
ShowCloseButton | bool | — | |
ShowButtonStripe | bool | — | |
ShowYesButton | bool | — | |
ShowNoButton | bool | — | |
ShowCancelButton | bool | — | |
YesButtonText | string | Nullable | — |
NoButtonText | string | Nullable | — |
CancelButtonText | string | Nullable | — |
YesButtonColor | string | — | |
YesButtonFontColor | string | — | |
NoButtonColor | string | — | |
NoButtonFontColor | string | — | |
CancelButtonColor | string | — | |
CancelButtonFontColor | string | — | |
ShowHelpIcon | bool | — | |
HelpIcon | string | Nullable | — |
CloseIcon | string | Nullable | — |
CloseOnEscape | bool | — | |
CloseOnBackdropClick | bool | — | |
ChildContent | RenderFragment | Nullable | — |
Buttons | RenderFragment | Nullable | — |
CssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
VisibleChanged | EventCallback<bool> | — | |
OnHelpClick | EventCallback | — | |
OnClose | EventCallback<BptDialogueResult> | — |
Sub-components
BptDialogueButton
Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Parent | BptDialogue | CascadingNullable | — |
Text | string | — | |
Icon | string | Nullable | — |
PanelContent | RenderFragment | Nullable | — |
Disabled | bool | — | |
CssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnClick | EventCallback | — |