Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual EditorDecorationStyle NullTextStyle { get; }

Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

See Also