Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / AllDayEvent Property

In This Topic
    AllDayEvent Property
    In This Topic
    Gets or sets the System.Boolean value indicating if the current appointment is an All-day appointment.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property AllDayEvent As Boolean
    [DefaultValue(false)]
    public bool AllDayEvent {get; set;}
    See Also