Class SchedulingSelectionBehavior
Inheritance
System.Object
SchedulingSelectionBehavior
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SchedulingSelectionBehavior : Object, ISelectionBehavior
Constructors
SchedulingSelectionBehavior()
Initializes a new instance of the Scheduling
Declaration
public SchedulingSelectionBehavior()
SchedulingSelectionBehavior(KeyboardModifiersState)
Initializes a new instance of the Scheduling
Declaration
public SchedulingSelectionBehavior(KeyboardModifiersState state)
Parameters
Keyboard
|
Properties
CanSelectMultiple
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.
|
Implements
Methods
GetItemsForSelection(SelectionState)
Declaration
public SelectionState GetItemsForSelection(SelectionState selectionState)
Parameters
Selection
|
Returns
Implements
GetKeyboardModifiersState()
Declaration
public KeyboardModifiersState GetKeyboardModifiersState()
Returns
Implements
Explicit Interface Implementations
ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState)
Declaration
SelectionState ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Parameters
Selection
|