Skip to main content
All docs
V26.1
  • UniqueTypeList<T>.IsReadOnly Property

    Indicates whether the list is read-only.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool IsReadOnly { get; }

    Property Value

    Type Description
    Boolean

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

    Implements

    System.Collections.Generic.ICollection<T>.IsReadOnly
    See Also