System.Web.UI.Design.DataFieldConverter Class

Provides a type converter that can retrieve a list of data fields from the current component's selected data source.

See Also: DataFieldConverter Members

Syntax

public class DataFieldConverter : System.ComponentModel.TypeConverter

Remarks

System.Web.UI.Design.DataFieldConverter can retrieve a list of data fields from the current data source of a design-time component.

This type converter is used by vsprvslong to provide the values that appear in the list of data fields in the Properties window.

Note:

You should never access a type converter directly. Instead, call the appropriate converter by using System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.

For more information about type converters, see the System.ComponentModel.TypeConverter base class and [<topic://cpconImplementingTypeConverter>].

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0