Interface
ISelectionBehavior

An interface that is implemented by classes which expose selection behavior.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public interface ISelectionBehavior

Properties

CanSelectMultiple

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

Declaration

cs-api-definition
bool CanSelectMultiple { get; }

Property Value

bool

Methods

GetItemsForSelection(SelectionState)

Gets the items for selection.

Declaration

cs-api-definition
SelectionState GetItemsForSelection(SelectionState selectionState)

Parameters

selectionState

SelectionState

Returns

SelectionState

GetItemsForSelectionOnUserInteraction(SelectionState)

Gets the items for selection on user interaction.

Declaration

cs-api-definition
SelectionState GetItemsForSelectionOnUserInteraction(SelectionState selectionState)

Parameters

selectionState

SelectionState

Returns

SelectionState

GetKeyboardModifiersState()

Gets the state of the keyboard modifiers.

Declaration

cs-api-definition
KeyboardModifiersState GetKeyboardModifiersState()

Returns

KeyboardModifiersState