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

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class CustomContainerStyle

Inheritance: objectCustomContainerStyle

Constructors

C#
public CustomContainerStyle()

Properties

Gets or sets the style to be applied to the item's container.

C#
public Style ContainerStyle { get; set; }

Gets or sets the type name of the item's container.

C#
public string TypeName { get; set; }