ClassSchedulingSelectionBehavior
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class SchedulingSelectionBehavior : ISelectionBehavior
Inheritance: objectSchedulingSelectionBehavior
Implements:
Constructors
SchedulingSelectionBehavior()
Initializes a new instance of the SchedulingSelectionBehavior class.
Declaration
cs-api-definition
public SchedulingSelectionBehavior()
SchedulingSelectionBehavior(KeyboardModifiersState)
Initializes a new instance of the SchedulingSelectionBehavior class.
Declaration
cs-api-definition
public SchedulingSelectionBehavior(KeyboardModifiersState state)
Parameters
state
Properties
CanSelectMultiple
Gets a value indicating whether this instance can select multiple items.
Methods
GetItemsForSelection(SelectionState)
Gets the items for selection.
Declaration
cs-api-definition
public SelectionState GetItemsForSelection(SelectionState selectionState)
Parameters
selectionState
Returns
Implements
GetKeyboardModifiersState()
Gets the state of the keyboard modifiers.
Declaration
cs-api-definition
public KeyboardModifiersState GetKeyboardModifiersState()
Returns
Implements