EnumRadPopupCloseReason
Enum
Defines the closing reasons for the popup.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum RadPopupCloseReason
Fields
AppFocusChange
Specifies that the popup was closed because another application has received the focus.
CloseCalled
Specifies that the popup was closed because ClosePopup() method had been called.
Keyboard
Specifies that popup was closed because of keyboard activity, such as the ESC key being pressed.
Mouse
Specifies that the popup was closed because the mouse was clicked outside the popup.
ParentClosed
Specifies that the popup was closed because its parent was closed.