New to Telerik UI for WPFStart a free 30-day trial

This class is used to relate a style to a toolbar item's container.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class ToolBarContainerStyle

Inheritance: objectToolBarContainerStyle

Constructors

C#
public ToolBarContainerStyle()

Properties

Gets or sets the style applied to the container of the ToolBar.

C#
public Style ContainerStyle { get; set; }

Gets or sets the name of the type for the ToolBarContainerStyle.

C#
public string TypeName { get; set; }