How can I help you?
WPF Toast Notification (SfToastNotification) Overview
26 May 20261 minute to read
The SfToastNotification is a non-UI control that displays both native Windows toast notifications and in-app notifications to inform users about events or status changes in an application.
Since it is a non-UI control, it is typically created and configured programmatically, without requiring XAML-based UI definitions.

Key Features
- Multiple Display Modes – Supports Default, Screen, and Window modes to display notifications based on different application contexts.
- Severity Levels and Variants – Supports multiple notification types (such as success, warning, or error) with built-in styling, along with Text, Filled, and Outlined variants.
- Flexible Placement – Allows notifications to be displayed at various positions within the application window or on the screen.
- Animation Support – Provides built-in animations for showing and hiding toast notifications.
- Action Buttons – Enables interactive action buttons with optional callback handling
- Template Customization – Allows customization of action buttons using templates for flexible UI presentation.