Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarBase Class / CalendarHelper Property

In This Topic
    CalendarHelper Property (CalendarBase)
    In This Topic
    Gets or sets the CalendarHelper object that provides calendar-dependant properties. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property CalendarHelper As CalendarHelper
    public CalendarHelper CalendarHelper {get; set;}
    See Also