GridView.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

プロパティ値

Boolean

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

実装

注釈

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

ASP.NET 動的データでは、このプロパティがサポートされます。

適用対象