Namespace Syncfusion.Blazor.Toolkit.Popups
Classes
| AnimationModel
Represents the animation configuration model for Tooltip open and close operations. |
| BeforeCloseEventArgs
Provides arguments for the OnClose event, which is triggered before the dialog closes. |
| BeforeOpenEventArgs
Provides arguments for the OnOpen event, which is triggered before the dialog opens. |
| CloseEventArgs
Provides arguments for the Closed event, which is triggered after the dialog has been closed. |
| DialogAnimationOptions
The animation options for the built-in dialogs shown using ConfirmAsync(String, String, DialogOptions), AlertAsync(String, String, DialogOptions) and PromptAsync(String, String, DialogOptions) methods. |
| DialogAnimationSettings
A class used for configuring the animation properties in the SfDialog component. |
| DialogButton
A class used for configuring the button properties in the SfDialog component. |
| DialogButtonOptions
Provides options to configure dialog buttons of built-in dialogs shown using ConfirmAsync(String, String, DialogOptions), AlertAsync(String, String, DialogOptions) and PromptAsync(String, String, DialogOptions) methods. |
| DialogButtons
Represents a collection of DialogButton components that are rendered within the SfDialog component. |
| DialogDimension
Provides the dimension data for the GetDimensionAsync() method. |
| DialogOptions
Provides options to configure built-in dialogs shown using ConfirmAsync(String, String, DialogOptions), AlertAsync(String, String, DialogOptions) and PromptAsync(String, String, DialogOptions) methods. |
| DialogPositionData
A class used in the SfDialog to configure the custom position within the document or target. |
| DialogTemplates
A component class used within the SfDialog to configure custom templates for the header, content, and footer sections of the dialog. |
| DragEventArgs
Provides arguments for the OnDrag event, which is triggered while the dialog is being dragged. |
| DragStartEventArgs
Provides arguments for the OnDragStart event, which is triggered when the user begins dragging the dialog. |
| DragStopEventArgs
Provides arguments for the OnDragStop event, which is triggered when the user stops dragging the dialog. |
| OpenEventArgs
Provides arguments for the Opened event, which is triggered after the dialog has opened. |
| OverlayModalClickEventArgs
Provides arguments for the Syncfusion.Blazor.Toolkit.Popups.SfDialog.OverlayClickHandlerAsync(Microsoft.AspNetCore.Components.Web.MouseEventArgs) event. |
| PositionDataModel
Represents the position data model for defining popup element positioning coordinates and alignment. |
| SfDialog
The Blazor Dialog is a user interface (UI) component that displays critical information, errors, warnings, and questions to users, as well as confirms decisions and collects input from the users. Based on user interactions, the dialog is classified as modal or non-modal (modeless). |
| SfDialogProvider
The DialogProvider component serves as a target container where built-in dialogs are rendered using ConfirmAsync(String, String, DialogOptions), AlertAsync(String, String, DialogOptions), and PromptAsync(String, String, DialogOptions) methods from the SfDialogService. |
| SfDialogService
A class that represents the dialog utility service which is used to configure and display built-in dialog boxes such as alert, confirmation, and prompt dialogs. |
| SfTooltip
The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element. |
| TooltipAnimationSettings
Animation options that are common for both open and close actions of the Tooltip. |
| TooltipEventArgs
Provides data for Tooltip-related events and contains properties that describe the event context and state. |