Click or drag to resize

ObservableListAdapterTIsReadOnly Property

Gets a value indicating whether the IList is read-only.

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public bool IsReadOnly { get; }

Return Value

Type: Boolean
true if the IList is read-only; otherwise, false.

Implements

IListIsReadOnly
See Also