System.Web.UI.WebControls.ControlPropertyNameConverter Class

Provides a type converter that retrieves a list of property names for the current control.

See Also: ControlPropertyNameConverter Members

Syntax

public class ControlPropertyNameConverter : System.ComponentModel.StringConverter

Remarks

The System.Web.UI.WebControls.ControlPropertyNameConverter class derives from the System.ComponentModel.StringConverter class and provides a list of property names for display in a property grid control in design-time environments.

Note:

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

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0