Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule 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