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

In This Topic
    IsSynchronized Property (C1BindingSource)
    In This Topic
    Gets a value indicating whether access to the collection is synchronized (thread safe).
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsSynchronized As System.Boolean
    public virtual System.bool IsSynchronized {get;}
    See Also