Determines what action will be executed when the callout form is about to be closed.
Definition
Namespace:Telerik.WinControls.UI.Callout
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[Flags]
public enum CalloutCloseAction
Fields
The callout form is closed and cannot be shown again.
C#
Close = 1
The callout form is hidden and can be shown again.
C#
Hide = 0