Class RadListBoxItem
Inheritance
System.Object
RadListBoxItem
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadListBoxItem : Control, IAutomationPeer, IPeerConverter, IRadListBoxItem, IControl, IFrameworkElement, ITargetElement
Constructors
RadListBoxItem()
Declaration
public RadListBoxItem()
Properties
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ContentPresenter
|
Index
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
Implements
IsMouseOver
Declaration
public bool IsMouseOver { get; }
Property Value
System.Boolean
|
Implements
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Implements
Text
Declaration
public override string Text { get; }
Property Value
System.String
|