Class SlotSelectionState
Represents a state of the selected slot in the RadScheduleView control.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SlotSelectionState : Object
Constructors
SlotSelectionState(IServiceProvider)
Initializes a new instance of the SlotSelectionState class.
Declaration
public SlotSelectionState(IServiceProvider serviceProvider)
Parameters
IServiceProvider
serviceProvider
The service provider. |
Properties
Anchor
CurrentSelection
Gets the currently selected slot.
Declaration
public Slot CurrentSelection { get; }
Property Value
Slot
|
IsContiguousSelection
Gets a value indicating whether this is contiguous selection.
Declaration
public bool IsContiguousSelection { get; }
Property Value
System.Boolean
|
IsRecurringSelection
Gets a value indicating whether this is recurring selection.
Declaration
public bool IsRecurringSelection { get; }
Property Value
System.Boolean
|