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:
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)
Methods
Gets the state of the keyboard modifiers.
C#
public KeyboardModifiersState GetKeyboardModifiersState()
Implements: