FastBindingListTAddIndexCore Method
If overridden in a derived class, adds the
PropertyDescriptors to the indices used for searching.
The base implementation does nothing.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual void AddIndexCore(
PropertyDescriptor property
)
Protected Overridable Sub AddIndexCore (
property As PropertyDescriptor
)
protected:
virtual void AddIndexCore(
PropertyDescriptor^ property
)
abstract AddIndexCore :
property : PropertyDescriptor -> unit
override AddIndexCore :
property : PropertyDescriptor -> unit
Parameters
- property PropertyDescriptor
- The property to add to the indices used for searching.