Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class SchedulingSelectionBehavior : ISelectionBehavior
Inheritance: objectSchedulingSelectionBehavior
Implements:
Constructors
Initializes a new instance of the SchedulingSelectionBehavior class.
C#
public SchedulingSelectionBehavior()
Initializes a new instance of the SchedulingSelectionBehavior class.
C#
public SchedulingSelectionBehavior(KeyboardModifiersState state)
Properties
Gets a value indicating whether this instance can select multiple items.
C#
public bool CanSelectMultiple { get; }
Implements:
Methods
Gets the items for selection.
C#
public SelectionState GetItemsForSelection(SelectionState selectionState)
Implements:
Gets the state of the keyboard modifiers.
C#
public KeyboardModifiersState GetKeyboardModifiersState()
Implements: