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

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