New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public class SchedulingSelectionBehavior : ISelectionBehavior

Inheritance: objectSchedulingSelectionBehavior

Implements: ISelectionBehavior

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)
Parameters:stateKeyboardModifiersState

Properties

Gets a value indicating whether this instance can select multiple items.

C#
public bool CanSelectMultiple { get; }

Implements: ISelectionBehavior.CanSelectMultiple

Methods

Gets the items for selection.

C#
public SelectionState GetItemsForSelection(SelectionState selectionState)
Parameters:selectionStateSelectionStateReturns:

SelectionState

Implements: ISelectionBehavior.GetItemsForSelection(SelectionState)

Gets the state of the keyboard modifiers.

C#
public KeyboardModifiersState GetKeyboardModifiersState()
Returns:

KeyboardModifiersState

Implements: ISelectionBehavior.GetKeyboardModifiersState()