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

    Indicates whether the collection is read-only.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public bool IsReadOnly { get; }

    Property Value

    Type Description
    Boolean

    Returns false.

    Remarks

    The QueryNodeCollection.IsReadOnly property always returns false.

    See Also