Class RadTabItem
Inheritance
System.Object
RadTabItem
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.dll
Syntax
public class RadTabItem : ContentControl, IAutomationPeer, IPeerConverter, IRadTabItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadTabItem()
Declaration
public RadTabItem()
Properties
HeaderContentPresenter
IsBreak
Declaration
public bool IsBreak { get; set; }
Property Value
System.Boolean
|
Implements
IsMouseOver
Declaration
public bool IsMouseOver { get; }
Property Value
System.Boolean
|
Implements
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Implements
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|
Implements
ItemText
Declaration
public string ItemText { get; }
Property Value
System.String
|