Interface IRadTabItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTabItem : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
IsBreak
Declaration
bool IsBreak { get; set; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
bool IsMouseOver { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
ItemIndex
Declaration
int ItemIndex { get; }
Property Value
System.Int32
|
ItemText
Declaration
string ItemText { get; }
Property Value
System.String
|
Methods
Click()
Declaration
void Click()