Scheduler for WPF
DayGroupStyleSelector クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 : DayGroupStyleSelector クラス
このクラスは、DayView/WorkWeekView モードで日付グループスタイルを適用する方法を提供します。
オブジェクト モデル
DayGroupStyleSelector クラス
シンタックス
'宣言
 
Public Class DayGroupStyleSelector 
   Inherits C1.WPF.C1StyleSelector
public class DayGroupStyleSelector : C1.WPF.C1StyleSelector 
解説
使用例については、themes/SchedulerThemes/Office2007/Blue.xaml で OneDayStyle を参照してください。
  1. このクラスのインスタンスを作成します。

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

  2. 次の2つのグループスタイルを定義します。
    • 通算日のスタイルにはキー「PART_C1Scheduler_Day_Style」を使用。
    • 現在の日付スタイルにはキー「PART_C1Scheduler_Today_Style」を使用。
  3. グループ定義で、次のスタイルセレクタを指定します。

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

継承階層

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

参照

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