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

Manages input bindings for the Telerik docking controls, providing a centralized way to handle user input interactions.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public sealed class InputBindingsManager

Inheritance: objectInputBindingsManager

Fields

InputBindingsProperty

DependencyProperty

Identifies the InputBindings dependency property.

C#
public static readonly DependencyProperty InputBindingsProperty

Methods

Get the DependencyObject's InputBindings collection.

C#
public static InputBindingCollection GetInputBindings(DependencyObject obj)
Parameters:objDependencyObjectReturns:

InputBindingCollection

Set the DependencyObject's InputBindings collection.

C#
public static void SetInputBindings(DependencyObject obj, InputBindingCollection value)
Parameters:objDependencyObjectvalueInputBindingCollection