Scheduler for WPF
DayIntervalStyleSelector クラス
メンバ 

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

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

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

    <GroupStyle ContainerStyleSelector="{StaticResource DayIntervalStyleSelector}">

継承階層

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

参照

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