ClassRadAutoCompleteBoxItem
Class
Represents the Silverlight RadAutoCompleteBoxItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadAutoCompleteBoxItem : Control, IAutomationPeer, IPeerConverter, IRadAutoCompleteBoxItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadAutoCompleteBoxItem
Implements:
Inherited Members
Constructors
RadAutoCompleteBoxItem()
Initializes a new instance of the RadAutoCompleteBoxItem class.
Declaration
cs-api-definition
public RadAutoCompleteBoxItem()
Properties
ContentPresenterElement
Get the content present element part of the standard control template. Returns 'null' if such element is missing.
Declaration
cs-api-definition
public ContentPresenter ContentPresenterElement { get; }
Property Value
Methods
DeleteItem()
Simulate deleting RadAutoCompleteBoxItem
Declaration
cs-api-definition
public void DeleteItem()
Implements