Class
SlotSelectionBehavior

Represents a behavior of the slot selection in the RadScheduleView control.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class SlotSelectionBehavior

Inheritance: objectSlotSelectionBehavior

Constructors

SlotSelectionBehavior()

Declaration

cs-api-definition
public SlotSelectionBehavior()

Methods

CanEditSlot(SlotSelectionState, Slot)

Declaration

cs-api-definition
protected bool CanEditSlot(SlotSelectionState state, Slot slot)

Parameters

state

SlotSelectionState

slot

Slot

Returns

bool

GetResourceTypes(SlotSelectionState)

Declaration

cs-api-definition
protected IEnumerable<IResourceType> GetResourceTypes(SlotSelectionState state)

Parameters

state

SlotSelectionState

Returns

IEnumerable<IResourceType>

GetSelectionOverride(SlotSelectionState, Slot)

Declaration

cs-api-definition
protected virtual Slot GetSelectionOverride(SlotSelectionState state, Slot currentSlot)

Parameters

state

SlotSelectionState

currentSlot

Slot

Returns

Slot