Click or drag to resize
FormFieldShowRequiredMark Property
Indicates if required mark (*) should be displayed behind the field label. False by default.

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

Property Value

Type: Boolean
See Also