Namespace Syncfusion.UI.Xaml.SfToastNotification
Classes
| SfToastNotification
Control that provides the toast popup and related static helpers to show and close toasts. Adding this control to a host's XAML ensures the theme and overlay ControlTemplate from Generic.xaml are available. |
| ToastAction
Represents an action button for a toast notification. Actions can provide serialized arguments or a callback handler depending on the hosting scenario. |
| ToastActionDataTemplateSelector
DataTemplateSelector for toast action buttons. Allows users to customize button appearance by providing custom templates per action. |
| ToastItem
Represents a toast instance used by hosts to render a notification. This model is created from ToastOptions and exposes read-only properties used by the control template. |
| ToastOptions
Options describing how a toast should look and behave when shown. |
| WindowsToastBootstrapper
Helper to bootstrap native Windows toasts and manage Start Menu shortcut/AUMID lifecycle. |
Enums
| ToastAnimation
Defines animation types used when showing or closing toasts. |
| ToastMode
Specifies how toast notifications are displayed. |
| ToastPlacement
Specifies the screen placement for toasts when rendered by the overlay host. |
| ToastSeverity
Describes the semantic severity of a toast, used to adjust visuals. |
| ToastVariant
Specifies the visual variant used to render the toast. |