Class ReadOnlySelectionBehavior
Represents selection behavior for single mode.
Inheritance
System.Object
ReadOnlySelectionBehavior
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ReadOnlySelectionBehavior : Object, ISelectionBehavior
Constructors
ReadOnlySelectionBehavior()
Initializes a new instance of the ReadOnlySelectionBehavior class.
Declaration
public ReadOnlySelectionBehavior()
ReadOnlySelectionBehavior(KeyboardModifiersState)
Initializes a new instance of the ReadOnlySelectionBehavior class.
Declaration
public ReadOnlySelectionBehavior(KeyboardModifiersState state)
Parameters
KeyboardModifiersState
state
|
Methods
GetKeyboardModifiersState()
Gets the state of the keyboard modifiers.
Declaration
public KeyboardModifiersState GetKeyboardModifiersState()
Returns
KeyboardModifiersState
|
Implements
Explicit Interface Implementations
ISelectionBehavior.CanSelectMultiple
Declaration
bool ISelectionBehavior.CanSelectMultiple { get; }
Returns
System.Boolean
|
Implements
ISelectionBehavior.GetItemsForSelection(SelectionState)
Declaration
SelectionState ISelectionBehavior.GetItemsForSelection(SelectionState selectionState)
Parameters
SelectionState
selectionState
|
Returns
SelectionState
|
Implements
ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState)
Declaration
SelectionState ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Parameters
SelectionState
selectionState
|
Returns
SelectionState
|