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 Read
Declaration
public ReadOnlySelectionBehavior()
ReadOnlySelectionBehavior(KeyboardModifiersState)
Initializes a new instance of the Read
Declaration
public ReadOnlySelectionBehavior(KeyboardModifiersState state)
Parameters
Keyboard
|
Methods
GetKeyboardModifiersState()
Gets the state of the keyboard modifiers.
Declaration
public KeyboardModifiersState GetKeyboardModifiersState()
Returns
Implements
Explicit Interface Implementations
ISelectionBehavior.CanSelectMultiple
Declaration
bool ISelectionBehavior.CanSelectMultiple { get; }
Returns
System.
|
Implements
ISelectionBehavior.GetItemsForSelection(SelectionState)
Declaration
SelectionState ISelectionBehavior.GetItemsForSelection(SelectionState selectionState)
Parameters
Selection
|
Returns
Implements
ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState)
Declaration
SelectionState ISelectionBehavior.GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Parameters
Selection
|