A class representing value property extensions for the TabNavigation of Telerik Input controls.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class TabNavigationExtensions
Inheritance: objectTabNavigationExtensions
Fields
IsTabStopProperty
DependencyProperty
Identifies the IsTabStop dependency property. If set to false the TextBox in the Template of the control won't receive focus when tabbing in/out.
C#
public static readonly DependencyProperty IsTabStopProperty
Methods
Gets the value of IsTabStop attached property.
C#
public static bool GetIsTabStop(DependencyObject obj)
The object to get the property for.
Returns:Sets the value of IsTabStop attached property.
C#
public static void SetIsTabStop(DependencyObject obj, bool value)
The object to set the property to.
valuebool