Class PopupCloseMode
Represents the modes in which the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class PopupCloseMode : Enum
Fields
Deactivate
The popup closes when it is deactivated e.g. the focus transfers to another component.
Declaration
public const PopupCloseMode Deactivate
Field Value
None
The popup can only be closed programmatically.
Declaration
public const PopupCloseMode None
Field Value
TimeOut
The popup auto closes after a set amount of time. The Popup
Declaration
public const PopupCloseMode TimeOut
Field Value
value__
Declaration
public int value__
Field Value
System.
|