Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / CalendarInfo Property

In This Topic
    CalendarInfo Property (C1Calendar)
    In This Topic
    Gets the CalendarInfo object for the C1Calendar control.
    Syntax
    'Declaration
     
    Public ReadOnly Property CalendarInfo As CalendarInfo
    public CalendarInfo CalendarInfo {get;}
    Remarks
    If C1Calendar control is attached to the C1Schedule control, this property returns the same object as CalendarInfo property.
    See Also