Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItemsCollection Class / IsSynchronized Property

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