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

ASPxCaptcha.Code Property

Gets the textual representation of the code automatically generated by the control and displayed within the challenge image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual string Code { get; protected set; }

Property Value

Type Description
String

A String value representing the automatically generated code.

See Also