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

In This Topic
    Name Property (View)
    In This Topic
    The unique name of custom view which is displayed on the toolbar. It is effective only when the view is custom view.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    Remarks
    Name cannot be set to "day" / "week" / "month" / "list". They are key words for custom view.
    See Also