This documentation is archived and is not being maintained.
DataControlFieldDesigner Class
Visual Studio 2010
Provides design-time support in a visual designer for adding and editing data fields in a data-bound control, such as GridView or DetailsView.
System::Object
System.Web.UI.Design.WebControls::DataControlFieldDesigner
System.Web.DynamicData.Design::DynamicFieldDesigner
System.Web.UI.Design.WebControls::DataControlFieldDesigner
System.Web.DynamicData.Design::DynamicFieldDesigner
Assembly: System.Design (in System.Design.dll)
The DataControlFieldDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataControlFieldDesigner | Initializes a new instance of the DataControlFieldDesigner class. |
| Name | Description | |
|---|---|---|
![]() | DefaultNodeText | When overridden in a derived class, gets the default text that is displayed for the data field in the fields editor. |
![]() | ServiceProvider | Gets the service provider implementation that is used by the fields editor. |
![]() | UsesSchema | When overridden in a derived class, gets a value that indicates whether schema information is used to load the data fields. |
| Name | Description | |
|---|---|---|
![]() | CreateField() | When overridden in a derived class, creates an empty field object. |
![]() | CreateField(IDataSourceFieldSchema) | When overridden in a derived class, creates a new field object using the specified data field information. |
![]() | CreateTemplateField | When overridden in a derived class, creates a TemplateField field for the specified data field. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNewDataSourceName | Gets an unique ID for a control that is created when a data field is converted into a TemplateField. |
![]() | GetNodeText | When overridden in a derived class, gets the name that is displayed for the data field in the fields editor. |
![]() | GetService | Gets the service object of the specified type. |
![]() | GetTemplate | Gets the ITemplate object that contains the template markup for the specified data-bound control. |
![]() | GetTemplateField | Gets a TemplateField object for the specified data field. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEnabled | When overridden in a derived class, gets a value that indicates whether the data field is enabled in the fields editor. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:



