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

Represents selection behavior for extended mode.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class ExtendedSelectionBehavior : ISelectionBehavior

Inheritance: objectExtendedSelectionBehavior

Implements: ISelectionBehavior

Constructors

Initializes a new instance of the ExtendedSelectionBehavior class.

C#
public ExtendedSelectionBehavior()

Initializes a new instance of the ExtendedSelectionBehavior class.

C#
public ExtendedSelectionBehavior(KeyboardModifiersState state)
Parameters:stateKeyboardModifiersState

Methods

Gets the state of the keyboard modifiers.

C#
public KeyboardModifiersState GetKeyboardModifiersState()
Returns:

KeyboardModifiersState

Implements: ISelectionBehavior.GetKeyboardModifiersState()