BindingSource::IsFixedSize Property
.NET Framework (current version)
Gets a value indicating whether the underlying list has a fixed size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
IList::IsFixedSizeIf the list has a fixed size, it does not allow the addition or removal of elements after the list has been created, but you can modify existing elements.
.NET Framework
Available since 2.0
Available since 2.0
Show: