Interface
IRadTabItem

Describes tab item behavior.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IRadTabItem

Derived Classes: RadRibbonBackstageItemRadRibbonTabRadTabItem

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

bool

True if this instance is selected; otherwise, false.

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.