[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponentCollection.IsSynchronized

IsSynchronized Property

IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Declaration
public bool IsSynchronized { get; }
Property Value
Type Description
bool

A bool value. true if access to the collection is synchronized (thread-safe); otherwise, false.

Implements