Class
NotificationConstants

The RadNotification constants used across the source classes.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class NotificationConstants

Inheritance: objectNotificationConstants

Fields

CssRadNotification

The base CSS class of the RadNotification wrapper element.

Declaration

cs-api-definition
public const string CssRadNotification = "RadNotification"

Field Value

string

IdSuffix

The string that is suffix in notification Id.

Declaration

cs-api-definition
public const string IdSuffix = "_popup"

Field Value

string

NotificationKey

The 'RadNotification' key used across the source classes.

Declaration

cs-api-definition
public const string NotificationKey = "RadNotification"

Field Value

string