Class
CustomContainerStyle

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:

cs-api-definition
public class CustomContainerStyle

Inheritance: objectCustomContainerStyle

Constructors

CustomContainerStyle()

Declaration

cs-api-definition
public CustomContainerStyle()

Properties

ContainerStyle

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

Declaration

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

Property Value

Style

TypeName

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

Declaration

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

Property Value

string