点击或拖拽改变大小

DbDataSource.IsSorted 属性

X#
Gets whether the items in the list are sorted.

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

返回值

类型:Boolean
if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort has not been called; otherwise, .

实现

IsSorted
异常
异常条件
NotSupportedExceptionSupportsSorting is .
参见