Class BackstageContainerStyleSelector
Holds predefined styles for backstage items' containers.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class BackstageContainerStyleSelector : StyleSelector
Constructors
BackstageContainerStyleSelector()
Initializes a new instance of the Backstage
Declaration
public BackstageContainerStyleSelector()
Properties
ContainerStyles
Gets the holder of all the predefined styles.
Declaration
public IList ContainerStyles { get; }
Property Value
System.
|
Methods
SelectStyle(Object, DependencyObject)
When overridden this method is used for determining the Style of items.
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
System. The item for whose container is wanted. |
System. The container for which a Style is selected. |
Returns
System. The Style for the given container. |