Interface ISelectionBehavior
An interface that is implemented by classes which expose selection behavior.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface ISelectionBehavior
Properties
CanSelectMultiple
Gets a value indicating whether this instance can select multiple items.
Declaration
bool CanSelectMultiple { get; }
Property Value
System.Boolean
|
Methods
GetItemsForSelection(SelectionState)
Gets the items for selection.
Declaration
SelectionState GetItemsForSelection(SelectionState selectionState)
Parameters
SelectionState
selectionState
|
Returns
SelectionState
|
GetItemsForSelectionOnUserInteraction(SelectionState)
Gets the items for selection on user interaction.
Declaration
SelectionState GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Parameters
SelectionState
selectionState
|
Returns
SelectionState
|
GetKeyboardModifiersState()
Gets the state of the keyboard modifiers.
Declaration
KeyboardModifiersState GetKeyboardModifiersState()
Returns
KeyboardModifiersState
|