Class
SlotSelectionState

Represents a state of the selected slot in the RadScheduleView control.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class SlotSelectionState

Inheritance: objectSlotSelectionState

Constructors

SlotSelectionState(IServiceProvider)

Initializes a new instance of the SlotSelectionState class.

Declaration

cs-api-definition
public SlotSelectionState(IServiceProvider serviceProvider)

Parameters

serviceProvider

IServiceProvider

The service provider.

Properties

Anchor

Gets the value of the anchor slot.

Declaration

cs-api-definition
public Slot Anchor { get; }

Property Value

Slot

CurrentSelection

Gets the currently selected slot.

Declaration

cs-api-definition
public Slot CurrentSelection { get; }

Property Value

Slot

IsContiguousSelection

Gets a value indicating whether this is contiguous selection.

Declaration

cs-api-definition
public bool IsContiguousSelection { get; }

Property Value

bool

IsRecurringSelection

Gets a value indicating whether this is recurring selection.

Declaration

cs-api-definition
public bool IsRecurringSelection { get; }

Property Value

bool