Class SelectionRangeMode
Defines selection range when click on DayNameCell with pressed Ctrl button.
Inheritance
System.Object
SelectionRangeMode
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class SelectionRangeMode : Enum
Fields
CurrentMonth
Only days belonging to the current month from the column are selected.
Declaration
public const SelectionRangeMode CurrentMonth
Field Value
Type |
---|
SelectionRangeMode |
WholeColumn
The whole column is selected.
Declaration
public const SelectionRangeMode WholeColumn
Field Value
Type |
---|
SelectionRangeMode |