Skip to main content

CaptchaSettings.CodeLength Property

Gets or sets the code length displayed within the Captcha’s challenge image.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int CodeLength { get; set; }

Property Value

Type Description
Int32

An integer value that represents the displayed code length.

See Also