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