[]
        
(Showing Draft Content)

C1.WPF.Schedule.TimeSlotGroupStyleSelector

TimeSlotGroupStyleSelector Class

This class provides a way to apply time slot group styles for working/free hours in DayView/WorkWeekView modes.

Inheritance
TimeSlotGroupStyleSelector
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class TimeSlotGroupStyleSelector : C1StyleSelector
Remarks

For the sample of using look at OneDayStyleBase in generic.xaml.

  1. Create an instance of this class:

    <local:TimeSlotGroupStyleSelector x:Key="TimeSlotGroupStyleSelector"/>

  2. Define two group styles:
    • with the key "PART_C1Scheduler_WorkHour_Style" for work hours;
    • with the key "PART_C1Scheduler_FreeHour_Style" for free hours.
  3. Specify style selector in the group definition:

    <GroupStyle ContainerStyleSelector="{StaticResource TimeSlotGroupStyleSelector}">

Constructors

Name Description
TimeSlotGroupStyleSelector()

Methods

Name Description
SelectStyle(object, DependencyObject)

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