ClassRadAutoCompleteBoxItem
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:
[TelerikToolboxCategory("Input")]
public class RadAutoCompleteBoxItem : ContentControl
Inheritance: objectRadAutoCompleteBoxItem
Constructors
RadAutoCompleteBoxItem()
Initializes a new instance of the RadAutoCompleteBoxItem class.
Declaration
public RadAutoCompleteBoxItem()
Methods
GoToState(bool)
Transitions the item to the appropriate visual state based on its status.
Declaration
protected virtual void GoToState(bool useTransition)
Parameters
useTransition
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates the automation peer for this control, enabling UI automation support.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Invoked when the control is initialized.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e