ClassAutoCompleteBoxExtensions
Class
A class representing value property extensions for the RadAutoCompleteBox controls.
Definition
Namespace:Telerik.Windows.Controls.AutoCompleteBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
[Obsolete("Obsoleted with R3 2016. Use TabNavigationExtensions instead.", false)]
public static class AutoCompleteBoxExtensions
Inheritance: objectAutoCompleteBoxExtensions
Fields
IsTabStopProperty
Identifies the IsTabStop dependency property.
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
The value to set for the object.