AutoGeneratedFieldProperties Constructor

Definition

Initializes a new instance of the AutoGeneratedFieldProperties class.

public:
 AutoGeneratedFieldProperties();
public AutoGeneratedFieldProperties ();
Public Sub New ()

Remarks

Use this constructor to create a new instance of the AutoGeneratedFieldProperties class.

Note

This constructor is primarily used by control developers when extending a data-bound control.

Applies to

See also