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

EditProperties.InvalidStyle Property

Gets the style settings which define an editor’s appearance in the invalid state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public EditorDecorationStyle InvalidStyle { get; }

Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

Remarks

Note

The InvalidStyle property synchronizes its value with the editor’s ASPxEdit.InvalidStyle property.

See Also