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

適用対象