Class
TabControlElementNames

Represents the TabControl/TabItem important sub element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class TabControlElementNames

Inheritance: objectTabControlElementNames

Fields

ContentPresenterElementName

The TabControl content presenter element name.

Declaration

cs-api-definition
public const string ContentPresenterElementName = "ContentElement"

Field Value

string

DropDownButtonName

The TabControl drop down toggle button name.

Declaration

cs-api-definition
public const string DropDownButtonName = "DropDownButtonElement"

Field Value

string

ItemHeaderContentPresenterName

The TabItem header content presenter element name.

Declaration

cs-api-definition
public const string ItemHeaderContentPresenterName = "HeaderElement"

Field Value

string

LeftScrollButtonName

The TabControl left scrolling repeat button name.

Declaration

cs-api-definition
public const string LeftScrollButtonName = "LeftScrollButtonElement"

Field Value

string

RightScrollButtonName

The TabControl right scrolling repeat button name.

Declaration

cs-api-definition
public const string RightScrollButtonName = "RightScrollButtonElement"

Field Value

string