DynamicControl Constructors

Definition

Initializes a new instance of the DynamicControl class.

Overloads

DynamicControl()

Initializes a new instance of the DynamicControl class.

DynamicControl(DataBoundControlMode)

Initializes a new instance of the DynamicControl class with the specified mode.

DynamicControl()

Initializes a new instance of the DynamicControl class.

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

Applies to

DynamicControl(DataBoundControlMode)

Initializes a new instance of the DynamicControl class with the specified mode.

public:
 DynamicControl(System::Web::UI::WebControls::DataBoundControlMode mode);
public DynamicControl (System.Web.UI.WebControls.DataBoundControlMode mode);
new System.Web.DynamicData.DynamicControl : System.Web.UI.WebControls.DataBoundControlMode -> System.Web.DynamicData.DynamicControl
Public Sub New (mode As DataBoundControlMode)

Parameters

mode
DataBoundControlMode

One of the enumeration values that specifies the mode of the control.

Applies to