Class SlotSelectionBehavior
Represents a behavior of the slot selection in the RadScheduleView control.
Inheritance
System.Object
SlotSelectionBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SlotSelectionBehavior
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
|