Interface IRadPanelBarItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPanelBarItem : IControl, IFrameworkElement, ITargetElement
Properties
HeaderText
Declaration
string HeaderText { get; }
Property Value
System.String
|
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsExpanded
Declaration
bool IsExpanded { get; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
bool IsMouseOver { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
ItemElements
Declaration
IList<IRadPanelBarItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadPanelBarItem>
|
Level
Declaration
int Level { get; }
Property Value
System.Int32
|
Methods
Click()
Declaration
void Click()