Scheduler for WPF
DayGroupStyleSelector クラス
メンバ 

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 : DayGroupStyleSelector クラス
This class provides a way to apply day group styles in DayView/WorkWeekView modes.
オブジェクト モデル
DayGroupStyleSelector クラス
シンタックス
'宣言
 
Public Class DayGroupStyleSelector 
   Inherits C1.WPF.Core.C1StyleSelector
public class DayGroupStyleSelector : C1.WPF.Core.C1StyleSelector 
解説
For the sample of using look at OneDayStyle in themes/SchedulerThemes/Office2007/Blue.xaml.
  1. Create an instance of this class:

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

  2. Define two group styles:
    • with the key "PART_C1Scheduler_Day_Style" for ordinal day style;
    • with the key "PART_C1Scheduler_Today_Style" for the current day style.
  3. Specify style selector in the group definition:

    <GroupStyle ContainerStyleSelector="{StaticResource DayGroupStyleSelector}"/>

継承階層

System.Object
   System.Windows.Controls.StyleSelector
      C1.WPF.Core.C1StyleSelector
         C1.WPF.Schedule.DayGroupStyleSelector

参照

DayGroupStyleSelector メンバ
C1.WPF.Schedule 名前空間