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

In This Topic
    Icons Property (BeforeAppointmentFormatEventArgs)
    In This Topic
    Gets or sets the AppointmentIcons value, specifying the set of icons to be displayed in the appointment element.
    Syntax
    'Declaration
     
    Public Property Icons As AppointmentIcons
    public AppointmentIcons Icons {get; set;}
    See Also