Class SlotSelectionBehavior
Represents a behavior of the slot selection in the RadScheduleView control.
Inheritance
System.Object
SlotSelectionBehavior
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SlotSelectionBehavior : Object
Constructors
SlotSelectionBehavior()
Declaration
public SlotSelectionBehavior()
Methods
CanEditSlot(SlotSelectionState, Slot)
Declaration
protected bool CanEditSlot(SlotSelectionState state, Slot slot)
Parameters
SlotSelectionState
state
|
Slot
slot
|
Returns
System.Boolean
|
GetResourceTypes(SlotSelectionState)
Declaration
protected IEnumerable<IResourceType> GetResourceTypes(SlotSelectionState state)
Parameters
SlotSelectionState
state
|
Returns
System.Collections.Generic.IEnumerable<IResourceType>
|
GetSelectionOverride(SlotSelectionState, Slot)
Declaration
protected virtual Slot GetSelectionOverride(SlotSelectionState state, Slot currentSlot)
Parameters
SlotSelectionState
state
|
Slot
currentSlot
|
Returns
Slot
|