QueryNodeCollection.IsSynchronized Property
Indicates whether access to the QueryNodeCollection is synchronized (thread safe).
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if access to the collection is synchronized (thread safe); otherwise, false. |
See Also