Scheduler for WPF
DayIntervalStyleSelector クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 : DayIntervalStyleSelector クラス
このクラスでは、通算日/現在の日付の日付グループスタイルを適用できます。
オブジェクト モデル
DayIntervalStyleSelector クラス
シンタックス
'宣言
 
Public Class DayIntervalStyleSelector 
   Inherits C1.WPF.C1StyleSelector
public class DayIntervalStyleSelector : C1.WPF.C1StyleSelector 
解説
使用例については、generic.xaml で OneDayStyleBase を参照してください。
  1. このクラスのインスタンスを作成します。

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

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

    <GroupStyle ContainerStyleSelector="{StaticResource DayIntervalStyleSelector}">

継承階層

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

参照

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