FastBindingListTRemoveIndexCore Method

If overridden in a derived class, removes the PropertyDescriptors from the indices used for searching.
The base implementation does nothing.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
protected virtual void RemoveIndexCore(
	PropertyDescriptor property
)

Parameters

property  PropertyDescriptor
The property to remove from the indices used for searching.

See Also