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

A class representing value property extensions for the RadAutoCompleteBox controls.

Definition

Namespace:Telerik.Windows.Controls.AutoCompleteBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
[Obsolete("Obsoleted with R3 2016. Use TabNavigationExtensions instead.", false)]
public static class AutoCompleteBoxExtensions

Inheritance: objectAutoCompleteBoxExtensions

Fields

IsTabStopProperty

DependencyProperty

Identifies the IsTabStop dependency property.

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

The value to set for the object.