Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / AllowCategoriesEditing Property

In This Topic
    AllowCategoriesEditing Property
    In This Topic
    Determines whether end-user has permission to edit Categories.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.AllowCategoriesEditing", "Determines whether end-user has permission to edit Categories.")>
    <DefaultValueAttribute(True)>
    Public Property AllowCategoriesEditing As Boolean
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.AllowCategoriesEditing", "Determines whether end-user has permission to edit Categories.")]
    [DefaultValue(true)]
    public bool AllowCategoriesEditing {get; set;}

    Property Value

    The default value is true.
    Remarks
    If this property is false, default dialogs will only allow selection from the existing items. If this property is false and CategoryCollection is empty, default Appointment dialog won't show controls for editing Categories.
    See Also