Enum
NotificationLoadType

Enumerates the Notification load types.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum NotificationLoadType

Fields

EveryShow

The load type is EveryShow..

Declaration

cs-api-definition
EveryShow = 2

Field Value

NotificationLoadType

FirstShow

The load type is FirstShow.

Declaration

cs-api-definition
FirstShow = 1

Field Value

NotificationLoadType

PageLoad

The load type is PageLoad.

Declaration

cs-api-definition
PageLoad = 0

Field Value

NotificationLoadType

TimeInterval

The load type is TimeInterval.

Declaration

cs-api-definition
TimeInterval = 3

Field Value

NotificationLoadType