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

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.

C#
protected virtual void GoToState(bool useTransition)
Parameters:useTransitionbool

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()

Creates the automation peer for this control, enabling UI automation support.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Invoked when the control is initialized.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs