IDataBoundListControl.EnablePersistedSelection プロパティ

定義

行の選択がインデックスまたはデータ キー値のどちらに基づいているかを示す値を取得または設定します。

public:
 property bool EnablePersistedSelection { bool get(); void set(bool value); };
public bool EnablePersistedSelection { get; set; }
member this.EnablePersistedSelection : bool with get, set
Public Property EnablePersistedSelection As Boolean

プロパティ値

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

適用対象