Skip to main content

CaptchaStyles.NullText Property

Gets the style settings defining the appearance of the prompt text.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public EditorDecorationStyle NullText { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object containing style settings.

See Also