Class ToolBarContainerStyleSelector
Holds predefined styles for toolbar items' containers.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ToolBarContainerStyleSelector : StyleSelector
Constructors
ToolBarContainerStyleSelector()
Initializes a new instance of the ToolBarContainerStyleSelector class.
Declaration
public ToolBarContainerStyleSelector()
Properties
ContainerStyles
Gets the holder of all the predefined styles.
Declaration
public IList ContainerStyles { get; }
Property Value
System.Collections.IList
|
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.Object
item
The item for whose container is wanted. |
System.Windows.DependencyObject
container
The container for which a Style is selected. |
Returns
System.Windows.Style
The Style for the given container. |