InterfaceISelectionBehavior
Interface
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.
Methods
GetItemsForSelection(SelectionState)
Gets the items for selection.
Declaration
cs-api-definition
SelectionState GetItemsForSelection(SelectionState selectionState)
Parameters
selectionState
Returns
GetItemsForSelectionOnUserInteraction(SelectionState)
Gets the items for selection on user interaction.
Declaration
cs-api-definition
SelectionState GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Parameters
selectionState
Returns
GetKeyboardModifiersState()
Gets the state of the keyboard modifiers.
Declaration
cs-api-definition
KeyboardModifiersState GetKeyboardModifiersState()
Returns