Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / VisualIntervalGroup Class
Members

In This Topic
    VisualIntervalGroup Class
    In This Topic
    Instances of this class appear as DataContext for the C1Scheduler group headers defined in the VisualIntervalGroupStyles collection.
    Object Model
    VisualIntervalGroup Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class VisualIntervalGroup 
       Inherits VisualInterval
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class VisualIntervalGroup : VisualInterval 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Schedule.VisualInterval
             C1.Xaml.Schedule.VisualIntervalGroup

    See Also