ClassTabNavigationExtensions
Class
A class representing value property extensions for the TabNavigation of Telerik Input controls.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public static class TabNavigationExtensions
Inheritance: objectTabNavigationExtensions
Fields
IsTabStopProperty
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.
Declaration
cs-api-definition
public static readonly DependencyProperty IsTabStopProperty
Field Value
DependencyProperty
Methods
GetIsTabStop(DependencyObject)
Gets the value of IsTabStop attached property.
Declaration
cs-api-definition
public static bool GetIsTabStop(DependencyObject obj)
Parameters
obj
DependencyObject
The object to get the property for.
Returns
SetIsTabStop(DependencyObject, bool)
Sets the value of IsTabStop attached property.
Declaration
cs-api-definition
public static void SetIsTabStop(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
The object to set the property to.
value