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

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)
Parameters:objDependencyObject

The object to get the property for.

Returns:

bool

Sets the value of IsTabStop attached property.

C#
public static void SetIsTabStop(DependencyObject obj, bool value)
Parameters:objDependencyObject

The object to set the property to.

valuebool