This documentation is archived and is not being maintained.

DataControlFieldDesigner Members

Visual Studio 2008

Provides design-time support in a visual designer for adding and editing data fields in a data-bound control, such as GridView or DetailsView.

The DataControlFieldDesigner type exposes the following members.

  NameDescription
Protected method DataControlFieldDesigner Initializes a new instance of the DataControlFieldDesigner class.
Top

  NameDescription
Public method CreateField Overloaded. Creates an empty field object.
Public method CreateTemplateField When overridden in a derived class, creates a TemplateField field for the specified data field.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetNewDataSourceName Gets an unique ID for a control that is created when a data field is converted into a TemplateField.
Public method GetNodeText When overridden in a derived class, gets the name that is displayed for the data field in the fields editor.
Protected method GetService Gets the service object of the specified type.
Protected method GetTemplate Gets the ITemplate object that contains the template markup for the specified data-bound control.
Protected method GetTemplateField Gets a TemplateField object for the specified data field.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsEnabled When overridden in a derived class, gets a value that indicates whether the data field is enabled in the fields editor.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property DefaultNodeText When overridden in a derived class, gets the default text that is displayed for the data field in the fields editor.
Protected property ServiceProvider Gets the service provider implementation that is used by the fields editor.
Public property UsesSchema When overridden in a derived class, gets a value that indicates whether schema information is used to load the data fields.
Top
Show: