Click or drag to resize
BasicForm.ExplanationTextCssClass 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: 11.0.0
Syntax
C#
public string ExplanationTextCssClass { get; set; }

Property Value

Type: String

Implements

IFormStyleConfiguration.ExplanationTextCssClass
See Also