Returns the Style object for the specified group if it is found in resources.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public override Style SelectStyle( Object item, DependencyObject container ) |
Visual Basic |
---|
Public Overrides Function SelectStyle ( _ item As Object, _ container As DependencyObject _ ) As Style |
Parameters
- item
- Type: System..::..Object
The content.
- container
- Type: System.Windows..::..DependencyObject
The element to which the style will be applied.