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

ASPxCaptcha.NullTextStyle Property

Gets the style settings for the editor’s text box and prompt text, when the editor is not focused and its text is null.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual EditorDecorationStyle NullTextStyle { get; }

Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

See Also