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

ASPxWebControlBase() Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxWebControlBase()

Remarks

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

See Also