Class AutoCompleteBoxExtensions
A class representing value property extensions for the RadAutoCompleteBox controls.
Inheritance
Namespace: Telerik.Windows.Controls.AutoCompleteBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class AutoCompleteBoxExtensions : Object
Fields
IsTabStopProperty
Identifies the IsTabStop dependency property.
Declaration
public static readonly DependencyProperty IsTabStopProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsTabStop(DependencyObject)
Gets the value of IsTabStop attached property.
Declaration
public static bool GetIsTabStop(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object to get the property for. |
Returns
System.Boolean
|
SetIsTabStop(DependencyObject, Boolean)
Sets the value of IsTabStop attached property.
Declaration
public static void SetIsTabStop(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The object to set the property to. |
System.Boolean
value
|