Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / Settings Property

In This Topic
    Settings Property
    In This Topic
    Gets or sets the C1SchedulerSettings object which provides C1Scheduler settings properties. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.Settings", "Gets or sets C1Scheduler settings.")>
    Public Property Settings As C1SchedulerSettings
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.Settings", "Gets or sets C1Scheduler settings.")]
    public C1SchedulerSettings Settings {get; set;}
    See Also