PresentationFrameworkCollection<T>.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the PresentationFrameworkCollection<T> is read-only.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the PresentationFrameworkCollection<T> is read-only; otherwise, false.
Implements
ICollection<T>.IsReadOnlyIList.IsReadOnly
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
Note that such a read-only collection is inherently incompatible with XAML. IsReadOnly reports a different concept than whether the property that holds the collection is read-only.