Interface IRadTabItem
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public interface IRadTabItem
Properties
Control
Gets a reference to the control that implements the IRadTabItem interface.
Declaration
Control Control { get; }
Property Value
System.Windows.Controls.Control
|
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
TabStripPlacement
Methods
SetTabOrientation(Orientation)
Sets the tab orientation.
Declaration
void SetTabOrientation(Orientation orientation)
Parameters
System.Windows.Controls.Orientation
orientation
The orientation. |
UpdateHeaderPresenterContent()
Updates the content of the header presenter.
Declaration
void UpdateHeaderPresenterContent()
UpdateTabStripPlacement(Dock)
Updates the tab strip placement.
Declaration
void UpdateTabStripPlacement(Dock placement)
Parameters
Dock
placement
The placement. |