Class DesktopAlertController
Desktop alert controller
Inheritance
System.Object
DesktopAlertController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class DesktopAlertController
Constructors
| Improve this Doc View SourceDesktopAlertController()
Initialize alert controller
Declaration
public DesktopAlertController()
Properties
| Improve this Doc View SourceDesktopAlertManager
Gets the desktop alert manager from telerik
Declaration
public RadDesktopAlertManager DesktopAlertManager { get; }
Property Value
Type | Description |
---|---|
RadDesktopAlertManager |
Singleton
Gets the singleton access to the alert controller
Declaration
public static DesktopAlertController Singleton { get; }
Property Value
Type | Description |
---|---|
DesktopAlertController |