Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / C1BindingSource Class / IsReadOnly Property

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