Enum CloseCalendarAction
This enum classifies close calendar action.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum CloseCalendarAction
Fields
Name | Description |
---|---|
DoubleClick | Specifies values representing possible action on which the calendar will close on double click. |
Never | Specifies values representing possible action on which the calendar will never close. |
SingleClick | Specifies values representing possible action on which the calendar will close on single click. |