Class CloseCalendarAction
This enum classifies close calendar action.
Inheritance
System.Object
CloseCalendarAction
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class CloseCalendarAction : Enum
Fields
DoubleClick
Specifies values representing possible action on which the calendar will close on double click.
Declaration
public const CloseCalendarAction DoubleClick
Field Value
Type |
---|
CloseCalendarAction |
Never
Specifies values representing possible action on which the calendar will never close.
Declaration
public const CloseCalendarAction Never
Field Value
Type |
---|
CloseCalendarAction |
SingleClick
Specifies values representing possible action on which the calendar will close on single click.
Declaration
public const CloseCalendarAction SingleClick
Field Value
Type |
---|
CloseCalendarAction |