Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (AppointmentStorage)
    In This Topic
    Gets a value indicating whether the underlying list is read-only.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsReadOnly As Boolean
    public virtual bool IsReadOnly {get;}
    See Also