ListView.IDataBoundListControl.EnablePersistedSelection プロパティ

定義

ユーザーがデータ バインド コントロール内のデータでページングしたときに、選択した行が保持されるかどうかを示す値を取得または設定します。

property bool System::Web::UI::WebControls::IDataBoundListControl::EnablePersistedSelection { bool get(); void set(bool value); };
bool System.Web.UI.WebControls.IDataBoundListControl.EnablePersistedSelection { get; set; }
member this.System.Web.UI.WebControls.IDataBoundListControl.EnablePersistedSelection : bool with get, set
 Property EnablePersistedSelection As Boolean Implements IDataBoundListControl.EnablePersistedSelection

プロパティ値

選択がデータ キーに基づいて行われる場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ListView のインスタンスが IDataBoundListControl インターフェイスにキャストされる場合のみ、使用できます。

適用対象