Skip to main content
All docs
V25.2
  • PresentationCollectionBase<T>.IsReadOnly Property

    Indicates whether the collection is read-only.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool IsReadOnly { get; }

    Property Value

    Type Description
    Boolean

    true if the collection is read-only; otherwise, false.

    See Also