Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeAppointmentFormatEventArgs Class / UIElementDate Property

In This Topic
    UIElementDate Property (BeforeAppointmentFormatEventArgs)
    In This Topic
    Gets the date of the current UI element representing appointment.
    Syntax
    'Declaration
     
    Public ReadOnly Property UIElementDate As System.Date
    public System.DateTime UIElementDate {get;}
    Remarks
    Multi day appointments are represented by several UI elements. Use this property to distinguish the first UI element, the second one, etc...
    See Also