ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / SyncRoot Property

In This Topic
    SyncRoot Property (C1BindingSource)
    In This Topic
    Gets an object that can be used to synchronize access to the underlying list.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SyncRoot As System.Object
    public virtual System.object SyncRoot {get;}
    See Also