ClassRadTabItem
Represents the Silverlight RadTabItem wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadTabItem : ContentControl, IAutomationPeer, IPeerConverter, IRadTabItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadTabItem
Derived Classes:
Implements:
Inherited Members
Constructors
RadTabItem()
Initializes a new instance of the RadTabItem class.
Declaration
public RadTabItem()
Properties
HeaderContentPresenter
Get the content panel in the header that can be used to find sub-controls plugged into the control template.
Declaration
public FrameworkElement HeaderContentPresenter { get; }
Property Value
IsBreak
Get or set whether the next tab would be displayed on the next row.
IsMouseOver
Gets whether the mouse is over the control.
IsSelected
Get or set whether the tab item is selected.
ItemIndex
Get the item index.
Methods
Click()
Simulates user clicking on the item. The method also updates the parent control.
Declaration
public virtual void Click()
Implements