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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象