Specifies how a notification was closed.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum NotificationCloseAction
Fields
The notification was closed manually through user interaction.
C#
Manual = 1
The notification was closed automatically by the built-in timer.
C#
Timer = 0