ISelectionBehavior
Interface
An interface that is implemented by classes which expose selection behavior.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface ISelectionBehavior
Derived Classes:
Properties
Gets a value indicating whether this instance can select multiple items.
C#
bool CanSelectMultiple { get; }
Methods
Gets the items for selection.
C#
SelectionState GetItemsForSelection(SelectionState selectionState)
Gets the items for selection on user interaction.
C#
SelectionState GetItemsForSelectionOnUserInteraction(SelectionState selectionState)
Gets the state of the keyboard modifiers.