Skip to main content

QueryNodeCollection.IsReadOnly Property

Indicates whether the collection is read-only.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

Returns false.

Remarks

The QueryNodeCollection.IsReadOnly property always returns false.

See Also