Class PopupState
This enum classifies popup state.
Inheritance
System.Object
PopupState
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class PopupState : Enum
Fields
None
Specifies values representing possible state for pop-up window that is hidden.
Declaration
public const PopupState None
Field Value
Type |
---|
PopupState |
ShowCalendar
Specifies values representing possible state for pop-up window that shows calendar.
Declaration
public const PopupState ShowCalendar
Field Value
Type |
---|
PopupState |
ShowTab
Specifies values representing possible state for pop-up window that shows tab.
Declaration
public const PopupState ShowTab
Field Value
Type |
---|
PopupState |
ShowWatch
Specifies values representing possible state for pop-up window that shows watch.
Declaration
public const PopupState ShowWatch
Field Value
Type |
---|
PopupState |