Skip to main content
All docs
V26.1
  • QueryNodeCollection.IsSynchronized Property

    Indicates whether access to the QueryNodeCollection is synchronized (thread safe).

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public bool IsSynchronized { get; }

    Property Value

    Type Description
    Boolean

    True, if access to the collection is synchronized (thread safe); otherwise, false.

    See Also