New to Telerik UI for WPFStart a free 30-day trial

Represents selection behavior for single mode.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class SingleSelectionBehavior : ISelectionBehavior

Inheritance: objectSingleSelectionBehavior

Implements: ISelectionBehavior

Constructors

Initializes a new instance of the SingleSelectionBehavior class.

C#
public SingleSelectionBehavior()

Initializes a new instance of the SingleSelectionBehavior class.

C#
public SingleSelectionBehavior(KeyboardModifiersState state)
Parameters:stateKeyboardModifiersState

Methods

Gets the state of the keyboard modifiers.

C#
public KeyboardModifiersState GetKeyboardModifiersState()
Returns:

KeyboardModifiersState

Implements: ISelectionBehavior.GetKeyboardModifiersState()