点击或拖拽改变大小

DbDataSource.SupportsSearching 属性

X#
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 PROPERTY SupportsSearching AS LOGIC GET 
查看代码

返回值

类型:Boolean
if the list supports searching using the Find(PropertyDescriptor, Object) method; otherwise, .

实现

SupportsSearching
参见