InterfaceIRadTabItem
Interface
Describes tab item behavior.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IRadTabItem
Derived Classes:
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.
Declaration
cs-api-definition
bool IsSelected { get; set; }
Property Value
True if this instance is selected; otherwise, false.
TabStripPlacement
Gets the tab strip placement.
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
The placement.