Click or drag to resize
BasicFormExplanationTextCssClass Property
CSS class that is added to container that is wrapping content after text (only if content before text is empty). Default value is "ExplanationText".

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string ExplanationTextCssClass { get; set; }

Property Value

Type: String

Implements

IFormStyleConfigurationExplanationTextCssClass
See Also