Skip to main content
Tab

ASPxCaptcha(ASPxWebControl) Constructor

Initializes a new instance of the ASPxCaptcha class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCaptcha(
    ASPxWebControl owner
)

Parameters

Name Type Description
owner ASPxWebControl

An ASPxWebControl object that represents the owner of the created object.

See Also