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