DynamicControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.