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)
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.
valueboolThe value to set for the object.