BindingSource::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the underlying list is read-only.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
IList::IsReadOnlyA list that is read-only does not allow the addition, removal, or modification of any list items after the list is created.
.NET Framework
Available since 2.0
Available since 2.0
Show: