ClassSlotSelectionBehavior
Class
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
slot
Returns
GetResourceTypes(SlotSelectionState)
Declaration
cs-api-definition
protected IEnumerable<IResourceType> GetResourceTypes(SlotSelectionState state)
Parameters
state
Returns
GetSelectionOverride(SlotSelectionState, Slot)
Declaration
cs-api-definition
protected virtual Slot GetSelectionOverride(SlotSelectionState state, Slot currentSlot)
Parameters
state
currentSlot
Returns