Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool SupportsSearching { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SupportsSearching As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool SupportsSearching {
bool get () sealed;
} |
| F# |
|---|
abstract SupportsSearching : bool with get
override SupportsSearching : bool with get |
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the list supports searching using the
Find(PropertyDescriptor, Object) method; otherwise, false.
Implements
IBindingList..::..SupportsSearching
See Also