IDataBoundItemControl インターフェイス
定義
データ バインド コントロールで 1 つの項目を表示するために使用されるプロパティを公開します。Exposes the properties that are used to display a single item in a data-bound control.
public interface class IDataBoundItemControl : System::Web::UI::WebControls::IDataBoundControl
public interface IDataBoundItemControl : System.Web.UI.WebControls.IDataBoundControl
type IDataBoundItemControl = interface
interface IDataBoundControl
Public Interface IDataBoundItemControl
Implements IDataBoundControl
- 派生
- 実装
注釈
このインターフェイスは、 FormView およびデータバインドコントロールに単一の項目を表示するために使用されるプロパティを提供し DetailsView ます。This interface provides properties that are used to display a single item in the FormView and DetailsView data-bound controls.
プロパティ
DataKey |
データ バインド コントロール内の行のデータ キー値を表すオブジェクトを取得します。Gets the object that represents the data-key value of the row in 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) |
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) |
Mode |
データ バインド コントロールの現在のモードを取得します。Gets the current mode of a data-bound control. |