Skip to main content
A newer version of this page is available. .

QueryNodeCollection.IsReadOnly Property

Indicates whether the collection is read-only.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

Returns false.

Remarks

The QueryNodeCollection.IsReadOnly property always returns false.

See Also