EntityDataSourceView.CanSort プロパティ

定義

現在のEntityDataSourceView コントロールに関連付けられているEntityDataSource オブジェクトが、取得したデータの並べ替えられたビューをサポートするかどうかを示す値を取得します。

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

適用対象