ASPxEdit.InvalidStyle Property
Gets the style settings which define an editor’s appearance in the invalid state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
EditorDecorationStyle | A EditorDecorationStyle object that contains style settings. |
Remarks
This property is a wrapper of the EditProperties.InvalidStyle property.
See Also