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 Slot
Declaration
public SlotSelectionState(IServiceProvider serviceProvider)
Parameters
IService The service provider. |
Properties
Anchor
CurrentSelection
Gets the currently selected slot.
Declaration
public Slot CurrentSelection { get; }
Property Value
IsContiguousSelection
Gets a value indicating whether this is contiguous selection.
Declaration
public bool IsContiguousSelection { get; }
Property Value
System.
|
IsRecurringSelection
Gets a value indicating whether this is recurring selection.
Declaration
public bool IsRecurringSelection { get; }
Property Value
System.
|