ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / View Class / Unit Property

In This Topic
    Unit Property
    In This Topic
    The time unit of custom view. Possible values are day, week, month, year. It is effective only when the view is custom view.
    Syntax
    'Declaration
     
    Public Property Unit As C1EventsCalendarCustomViewUnit
    public C1EventsCalendarCustomViewUnit Unit {get; set;}
    See Also