QueryableDataSourceView.CanSort 属性
定义
获取一个值,该值指示与当前 QueryableDataSource 控件相关联的 QueryableDataSourceView 对象是否支持对检索数据的排序视图。Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports a sorted view of the retrieved data.
public:
virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean
属性值
如果对象支持检索的数据源的排序视图,则为 true;否则为 false。true if the object supports a sorted view of the retrieved data; otherwise, false.