Skip to main content
Tab

EditorStyles.Invalid Property

Gets the style settings defining the editors’ appearance in the invalid state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual EditorDecorationStyle Invalid { get; }

#Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object containing style settings.

See Also