Class CalendarEdit.ChangeMonthMode
Defines whether calendar should be scrolled to the previous/next month, if the cell that does not belong to the current month is clicked.
Inheritance
System.Object
CalendarEdit.ChangeMonthMode
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
protected sealed class ChangeMonthMode : Enum
Fields
Disabled
Scrolling is disabled.
Declaration
public const CalendarEdit.ChangeMonthMode Disabled
Field Value
Type |
---|
CalendarEdit.ChangeMonthMode |
Enabled
Scrolling is enabled.
Declaration
public const CalendarEdit.ChangeMonthMode Enabled
Field Value
Type |
---|
CalendarEdit.ChangeMonthMode |