Namespace Syncfusion.Blazor.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.
CollisionAxis
Represents the collision handling configuration for both horizontal and vertical axes of popup positioning.
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 GetDimension() method.
DialogEvents
A class used for configuring the SfDialog component events.
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 OnOverlayModalClick event.
PopupModel
Represents the configuration model for popup components, containing positioning and collision handling settings.
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.
Enums
ButtonType
Specifies the type attribute for a button in the SfDialog, defining its default behavior.
CollisionType
Defines the types of collision handling behavior for popup elements when they exceed viewport boundaries.
DialogEffect
Specifies the built-in animation effect to apply when the SfDialog is shown or hidden.
Effect
Specifies the animation effects that can be applied to the Tooltip component during show and hide transitions.
OpenMode
Specifies the different trigger modes that determine how the Tooltip component is opened and displayed to users.
Position
Specifies the positioning options that determine where the Tooltip should be displayed relative to its target element.
ResizeDirection
Specifies the direction from which the SfDialog can be resized.
TargetType
Defines the types of target elements for positioning popup components.
TipPointerPosition
Specifies the positioning options for the tip pointer (arrow) that connects the Tooltip to its target element.