Back to Devexpress

EditProperties.InvalidStyle Property

aspnet-devexpress-dot-web-dot-editproperties-3cc42882.md

latest1.3 KB
Original Source

EditProperties.InvalidStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public EditorDecorationStyle InvalidStyle { get; }
vb
Public ReadOnly Property InvalidStyle As EditorDecorationStyle

Property Value

TypeDescription
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

Online Demo: Data Editors - Inplace Validation

EditProperties Class

EditProperties Members

DevExpress.Web Namespace