CustomContainerStyle
Class
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
ContainerStyle
Style
Gets or sets the style to be applied to the item's container.
C#
public Style ContainerStyle { get; set; }