ClassToolBarContainerStyleSelector
Class
Holds predefined styles for toolbar items' containers.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class ToolBarContainerStyleSelector : StyleSelector
Inheritance: objectToolBarContainerStyleSelector
Constructors
ToolBarContainerStyleSelector()
Initializes a new instance of the ToolBarContainerStyleSelector class.
Declaration
cs-api-definition
public ToolBarContainerStyleSelector()
Properties
ContainerStyles
Gets the holder of all the predefined styles.
Methods
SelectStyle(object, DependencyObject)
When overridden this method is used for determining the Style of items.
Declaration
cs-api-definition
public override Style SelectStyle(object item, DependencyObject container)
Parameters
item
The item for whose container is wanted.
container
DependencyObject
The container for which a Style is selected.
Returns
Style
The Style for the given container.