InterfaceIRadTabItem
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:
cs-api-definition
public interface IRadTabItem
Properties
Control
Gets a reference to the control that implements the IRadTabItem interface.
Declaration
cs-api-definition
Control Control { get; }
Property Value
Control
IsSelected
Gets or sets a value indicating whether this instance is selected.
TabStripPlacement
Gets the tab strip placement.
Declaration
cs-api-definition
Dock TabStripPlacement { get; }
Property Value
Dock
Methods
SetTabOrientation(Orientation)
Sets the tab orientation.
Declaration
cs-api-definition
void SetTabOrientation(Orientation orientation)
Parameters
orientation
Orientation
The orientation.
UpdateHeaderPresenterContent()
Updates the content of the header presenter.
Declaration
cs-api-definition
void UpdateHeaderPresenterContent()
UpdateTabStripPlacement(Dock)
Updates the tab strip placement.
Declaration
cs-api-definition
void UpdateTabStripPlacement(Dock placement)
Parameters
placement
Dock
The placement.