IFieldControl 介面
定義
表示公開屬性的合約,這些屬性會根據資料繫結控制項中的資料自動產生欄位。Represents a contract that exposes properties that automatically generate fields that are based on data in a data-bound control.
public interface class IFieldControl
public interface IFieldControl
type IFieldControl = interface
Public Interface IFieldControl
- 衍生
備註
這個介面會提供 DetailsView 和 GridView 資料繫結控制項的方法。This interface provides methods for the DetailsView and GridView data-bound controls. 這些資料繫結控制項會根據資料自動產生欄位。These data-bound controls automatically generate fields based on data.
屬性
FieldsGenerator |
取得或設定 IAutoFieldGenerator 介面,這個介面會產生資料繫結控制項中的欄位。Gets or sets the IAutoFieldGenerator interface, which is the interface that generates fields in a data-bound control. |