Click or drag to resize
BasicFormFieldErrorCssClass Property
CSS class that is added to editing form control after its validation failed. Default value is "Error".

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

Property Value

Type: String

Implements

IFormStyleConfigurationFieldErrorCssClass
See Also