Adds the PropertyDescriptor to the indexes used for searching.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public void AddIndex( PropertyDescriptor property ) |
| Visual Basic |
|---|
Public Sub AddIndex ( property As PropertyDescriptor ) |
| Visual C++ |
|---|
public: virtual void AddIndex( PropertyDescriptor^ property ) sealed |
| F# |
|---|
abstract AddIndex : property : PropertyDescriptor -> unit override AddIndex : property : PropertyDescriptor -> unit |
Parameters
- property
- Type: System.ComponentModel..::..PropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.