BindingSource::IBindingList::RemoveIndex Method (PropertyDescriptor^)
.NET Framework (current version)
Removes the System.ComponentModel::PropertyDescriptor from the indexes used for searching.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual void RemoveIndex( PropertyDescriptor^ prop ) sealed = IBindingList::RemoveIndex
Parameters
- prop
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to remove from the indexes used for searching.
If the underlying list is not a System.ComponentModel::IBindingList, this method will always throw a NotSupportedException.
.NET Framework
Available since 2.0
Available since 2.0
Show: