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 IRad
Declaration
Control Control { get; }
Property Value
System.
|
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
bool IsSelected { get; set; }
Property Value
System.
|
TabStripPlacement
Gets the tab strip placement.
Declaration
Dock TabStripPlacement { get; }
Property Value
System.
|
Methods
SetTabOrientation(Orientation)
Sets the tab orientation.
Declaration
void SetTabOrientation(Orientation orientation)
Parameters
System. 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
System. The placement. |