Class
SchedulingSelectionBehavior

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SchedulingSelectionBehavior : ISelectionBehavior

Inheritance: objectSchedulingSelectionBehavior

Implements: ISelectionBehavior

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

KeyboardModifiersState

Properties

CanSelectMultiple

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

Declaration

cs-api-definition
public bool CanSelectMultiple { get; }

Property Value

bool

Implements ISelectionBehavior.CanSelectMultiple

Methods

GetItemsForSelection(SelectionState)

Gets the items for selection.

Declaration

cs-api-definition
public SelectionState GetItemsForSelection(SelectionState selectionState)

Parameters

selectionState

SelectionState

Returns

SelectionState

Implements ISelectionBehavior.GetItemsForSelection(SelectionState)

GetKeyboardModifiersState()

Gets the state of the keyboard modifiers.

Declaration

cs-api-definition
public KeyboardModifiersState GetKeyboardModifiersState()

Returns

KeyboardModifiersState

Implements ISelectionBehavior.GetKeyboardModifiersState()