ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowCollection Class / SyncRoot Property

In This Topic
    SyncRoot Property
    In This Topic
    Gets the object that can be used to synchronize access to the C1GridViewRowCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As System.Object
    public System.object SyncRoot {get;}
    See Also