[]
        
(Showing Draft Content)

C1.WPF.Schedule.DayGroupStyleSelector.SelectStyle

SelectStyle Method

SelectStyle(object, DependencyObject)

Returns the Style object for the specified group if it is found in resources.

Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
Type Name Description
object item

The content.

DependencyObject container

The element to which the style will be applied.

Returns
Type Description
Style

Returns an application-specific style to apply; otherwise, a null reference (Nothing in Visual Basic).