Class
ToolBarContainerStyle

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:

cs-api-definition
public class ToolBarContainerStyle

Inheritance: objectToolBarContainerStyle

Constructors

ToolBarContainerStyle()

Declaration

cs-api-definition
public ToolBarContainerStyle()

Properties

ContainerStyle

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

Declaration

cs-api-definition
public Style ContainerStyle { get; set; }

Property Value

Style

TypeName

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

Declaration

cs-api-definition
public string TypeName { get; set; }

Property Value

string