Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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..::..SupportsSearchingSee Also