Represents an item in the RadAutoCompleteBox control, providing features such as displaying text, managing selection, and integrating with data binding.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
[TelerikToolboxCategory("Input")]
public class RadAutoCompleteBoxItem : ContentControl
Inheritance: objectRadAutoCompleteBoxItem
Constructors
Initializes a new instance of the RadAutoCompleteBoxItem class.
C#
public RadAutoCompleteBoxItem()
Methods
Transitions the item to the appropriate visual state based on its status.
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
C#
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates the automation peer for this control, enabling UI automation support.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Invoked when the control is initialized.