共用方式為


DesignerDataSourceView.CanSort 屬性

定義

取得值,其中該值表示與目前 DataSourceControl 物件相關聯的 DataSourceView 物件是否支援基礎資料來源的排序檢視。

public:
 virtual property bool CanSort { bool get(); };
public virtual bool CanSort { get; }
member this.CanSort : bool
Public Overridable ReadOnly Property CanSort As Boolean

屬性值

Boolean

如果支援基礎資料來源的排序檢視,則為 true;否則為 false

適用於

另請參閱