Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / Settings Property

In This Topic
    Settings Property (C1Scheduler)
    In This Topic
    Gets or sets the C1SchedulerSettings object which provides C1Scheduler settings properties. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property Settings As C1SchedulerSettings
    public C1SchedulerSettings Settings {get; set;}
    See Also