ClassTabControlElementNames
Class
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
DropDownButtonName
The TabControl drop down toggle button name.
Declaration
cs-api-definition
public const string DropDownButtonName = "DropDownButtonElement"
Field Value
ItemHeaderContentPresenterName
The TabItem header content presenter element name.
Declaration
cs-api-definition
public const string ItemHeaderContentPresenterName = "HeaderElement"
Field Value
LeftScrollButtonName
The TabControl left scrolling repeat button name.
Declaration
cs-api-definition
public const string LeftScrollButtonName = "LeftScrollButtonElement"
Field Value
RightScrollButtonName
The TabControl right scrolling repeat button name.
Declaration
cs-api-definition
public const string RightScrollButtonName = "RightScrollButtonElement"
Field Value