Class
ToolBarElementNames

Represents the ToolBar/ToolBarTray important sub element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class ToolBarElementNames

Inheritance: objectToolBarElementNames

Fields

ItemsStipPanelName

The ToolBar items panel holder element name.

Declaration

cs-api-definition
public const string ItemsStipPanelName = "PART_StripPanel"

Field Value

string

OverflowDropDownButtonName

The ToolBar overflow items dropdown button element name.

Declaration

cs-api-definition
public const string OverflowDropDownButtonName = "PART_DropdownButton"

Field Value

string

OverflowPanelName

The ToolBar overflow popup panel name.

Declaration

cs-api-definition
public const string OverflowPanelName = "PART_OverflowPanel"

Field Value

string

OverflowPopupName

The ToolBar overflow popup element name.

Declaration

cs-api-definition
public const string OverflowPopupName = "PART_Overflow"

Field Value

string

TrayBandPanelName

The ToolBarTray band panel element name.

Declaration

cs-api-definition
public const string TrayBandPanelName = "PART_BandPanel"

Field Value

string