New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:serviceProviderIServiceProvider

The service provider.

Properties

Gets the value of the anchor slot.

C#
public Slot Anchor { get; }

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; }