Class StyleSelector
Chooses the style for each item of the ItemsControl.
Inheritance
System.Object
StyleSelector
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class StyleSelector : Object
Constructors
StyleSelector()
Declaration
public StyleSelector()
Methods
SelectStyle(Object, DependencyObject)
When overridden this method is used for determining the Style of items.
Declaration
public virtual 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. |