ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class / AsReadOnly Method

In This Topic
    AsReadOnly Method (C1EventCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AsReadOnly() As System.Collections.ObjectModel.ReadOnlyCollection(Of T)
    public System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly()
    See Also