[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Selection.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

Always returns false, as the selection collection is not thread-safe. Access to the collection should be managed carefully in multi-threaded scenarios to avoid concurrency issues.

Implements