Click or drag to resize
FormLabelShowRequiredMark Property
Indicates if required mark (* by default) should be displayed at the end of the text. False by default.

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

Property Value

Type: Boolean
See Also