Removes the PropertyDescriptor from 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 RemoveIndex( PropertyDescriptor property ) |
| Visual Basic |
|---|
Public Sub RemoveIndex ( property As PropertyDescriptor ) |
| Visual C++ |
|---|
public: virtual void RemoveIndex( PropertyDescriptor^ property ) sealed |
| F# |
|---|
abstract RemoveIndex : property : PropertyDescriptor -> unit override RemoveIndex : property : PropertyDescriptor -> unit |
Parameters
- property
- Type: System.ComponentModel..::..PropertyDescriptor
The PropertyDescriptor to remove from the indexes used for searching.