ClassToolBarElementNames
Class
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
OverflowDropDownButtonName
The ToolBar overflow items dropdown button element name.
Declaration
cs-api-definition
public const string OverflowDropDownButtonName = "PART_DropdownButton"
Field Value
OverflowPanelName
The ToolBar overflow popup panel name.
Declaration
cs-api-definition
public const string OverflowPanelName = "PART_OverflowPanel"
Field Value
OverflowPopupName
The ToolBar overflow popup element name.
Declaration
cs-api-definition
public const string OverflowPopupName = "PART_Overflow"
Field Value
TrayBandPanelName
The ToolBarTray band panel element name.
Declaration
cs-api-definition
public const string TrayBandPanelName = "PART_BandPanel"
Field Value