ASPxEdit.InvalidStyle Property
In This Article
Gets the style settings which define an editor’s appearance in the invalid state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public EditorDecorationStyle InvalidStyle { get; }
#Property Value
Type | Description |
---|---|
Editor |
A Editor |
#Remarks
This property is a wrapper of the EditProperties.InvalidStyle property.
See Also