Click or drag to resize
TextBoxControlWatermarkCssClass Property
The CSS class to apply to the TextBox when it has no value (e.g. the watermark text is shown).

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

Property Value

Type: String
See Also