Skip to main content
A newer version of this page is available. .
Tab

ASPxWebControl() Constructor

Initializes a new instance of the ASPxWebControl class with default settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxWebControl()

Remarks

This default constructor initializes all fields to their default values. You should not create instances of the base ASPxWebControl class directly - it will be instantiated automatically when creating any descendant web control.

See Also