Class RadComboBoxItem
Inheritance
System.Object
RadComboBoxItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadComboBoxItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IRadComboBoxItem, IListBoxItem, IFrameworkElement, ITargetElement
Constructors
RadComboBoxItem()
Declaration
public RadComboBoxItem()
Properties
BorderVisual
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ContentPresenter
|
HighlightVisual
Declaration
public FrameworkElement HighlightVisual { get; }
Property Value
FrameworkElement
|
Implements
Index
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
Implements
IsHighlighted
Declaration
public bool IsHighlighted { get; }
Property Value
System.Boolean
|
Implements
Text
Declaration
public override string Text { get; }
Property Value
System.String
|