IRadTabItem
Interface
Represents a tab item in the TabControl, providing properties and methods for managing the tab's content, appearance, and behavior.
Definition
Namespace:Telerik.Windows.Controls.TabControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public interface IRadTabItem
Derived Classes:
Properties
Control
Control
Gets a reference to the control that implements the IRadTabItem interface.
C#
Control Control { get; }
Gets or sets a value indicating whether this instance is selected.
C#
bool IsSelected { get; set; }
Gets the tab strip placement.
C#
Dock TabStripPlacement { get; }
Methods
Sets the tab orientation.
C#
void SetTabOrientation(Orientation orientation)
The orientation.
Updates the content of the header presenter.
C#
void UpdateHeaderPresenterContent()
Updates the tab strip placement.
C#
void UpdateTabStripPlacement(Dock placement)
The placement.