Scheduler for WinRT
TimeSlotStyleSelector Class
Members 


This class provides a way to apply time slot styles for working/free hours in DayView/WorkWeekView modes.
Object Model
TimeSlotStyleSelector Class
Syntax
'Declaration
 
Public Class TimeSlotStyleSelector 
   Inherits C1.Xaml.C1StyleSelector
'Usage
 
Dim instance As TimeSlotStyleSelector
public class TimeSlotStyleSelector : C1.Xaml.C1StyleSelector 
Remarks
For the sample of using look at OneDayStyle in generic.xaml.
  1. Create an instance of this class:

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

  2. Define two styles:
    • with the key "C1Scheduler_WorkSlot_Style" for work hours;
    • with the key "C1Scheduler_FreeSlot_Style" for free hours.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.Controls.StyleSelector
               C1.Xaml.C1StyleSelector
                  C1.Xaml.Schedule.TimeSlotStyleSelector

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeSlotStyleSelector Members
C1.Xaml.Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.