Interface
IRadComboBoxItem

Represents the RadComboBoxItem control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadComboBoxItem : IListBoxItem, IFrameworkElement, ITargetElement

Derived Classes: RadComboBoxItemRadRibbonComboBoxItemRadComboBoxItemRadRibbonComboBoxItem

Inherited Members IListBoxItem.IsSelectedIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

HighlightVisual

Gets the framework element that becomes visible when the item is highlighted.

Declaration

cs-api-definition
FrameworkElement HighlightVisual { get; }

Property Value

FrameworkElement

Index

Get the index of the item.

Declaration

cs-api-definition
int Index { get; }

Property Value

int

IsEnabled

Get whether the item is enabled.

Declaration

cs-api-definition
bool IsEnabled { get; }

Property Value

bool

IsFocused

Get whether the item is focused.

Declaration

cs-api-definition
bool IsFocused { get; }

Property Value

bool

IsHighlighted

Gets whether the item is highlighted.

Declaration

cs-api-definition
bool IsHighlighted { get; }

Property Value

bool

Methods

Select()

Simulates user click on the item to select it in the combobox.

Declaration

cs-api-definition
void Select()