Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointmentPresenter Class / IsNotAllDayEvent Property

In This Topic
    IsNotAllDayEvent Property
    In This Topic
    Gets a boolean value specifying whether Appointment is not All-Day event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsNotAllDayEvent As Boolean
    public bool IsNotAllDayEvent {get;}
    See Also