Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / Info Property

In This Topic
    Info Property
    In This Topic
    Gets the underlying C1.C1Schedule.CalendarInfo object. For internal use only.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.Info", "The CalendarInfo object.")>
    Public ReadOnly Property Info As CalendarInfo
    [C1Description("CalendarHelper.Info", "The CalendarInfo object.")]
    public CalendarInfo Info {get;}
    See Also