IDataBoundListControl インターフェイス
定義
複数の行を表示するデータ バインド コントロールの共通プロパティを公開します。Exposes the common properties of data-bound-controls that display multiple rows.
public interface class IDataBoundListControl : System::Web::UI::WebControls::IDataBoundControl
public interface IDataBoundListControl : System.Web.UI.WebControls.IDataBoundControl
type IDataBoundListControl = interface
interface IDataBoundControl
Public Interface IDataBoundListControl
Implements IDataBoundControl
- 派生
- 実装
プロパティ
ClientIDRowSuffix |
データ バインド コントロールの各インスタンスを一意に識別するために使用される、ClientID プロパティ値に追加される値を持つデータ フィールドの名前を取得または設定します。Gets or sets the names of the data fields whose values are appended to the ClientID property value to uniquely identify each instance of a data-bound control. |
DataKeyNames |
データ バインド コントロールに表示される項目の主キー フィールドの名前が格納された配列を取得または設定します。Gets or sets an array that contains the names of the primary-key fields of the items that are displayed in a data-bound control. (継承元 IDataBoundControl) |
DataKeys |
データ バインド コントロールの各行のデータ キー値を表す DataKey オブジェクトのコレクションを取得します。Gets a collection of DataKey objects that represent the data key value of each row in a data-bound control. |
DataMember |
データ ソースに複数のデータ項目一覧が含まれている場合に、データ バインド コントロールがバインドされるデータの一覧の名前を取得または設定します。Gets or sets the name of the list of data that the data-bound control binds to when the data source contains more than one list of data items. (継承元 IDataBoundControl) |
DataSource |
データ バインド コントロールがデータ項目一覧を取得する際の取得元となるオブジェクトを取得または設定します。Gets or sets the object from which the data-bound control retrieves a list of data items. (継承元 IDataBoundControl) |
DataSourceID |
データ バインド コントロールのデータ項目一覧の取得元となるデータ ソース コントロールの ID を取得または設定します。Gets or sets the ID of the data source control from which the data-bound control retrieves a list of data items. (継承元 IDataBoundControl) |
DataSourceObject |
データ バインド コントロールがデータ項目一覧を取得する際の取得元となるデータ ソース オブジェクトを取得します。Gets the data source object from which the data-bound control retrieves a list of data items. (継承元 IDataBoundControl) |
EnablePersistedSelection |
行の選択をインデックスに基づいて行うかデータ キー値に基づいて行うかを示す値を取得または設定します。Gets or sets a value that indicates whether the selection of a row is based on index or on data-key values. |
SelectedDataKey |
データ バインド コントロールの選択されている行のデータ キー値が格納されたオブジェクトを取得します。Gets the object that contains the data-key value for the selected row in a data-bound control. |
SelectedIndex |
データ バインド コントロール内の選択されている行のインデックスを取得または設定します。Gets or sets the index of the selected row in a data-bound control. |