Click or drag to resize
AbstractFormStyleConfigurationFieldErrorCssClass Property
CSS class that is added to editing form control after its validation failed.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public string FieldErrorCssClass { get; protected set; }

Property Value

Type: String

Implements

IFormStyleConfigurationFieldErrorCssClass
See Also