Skip to main content
A newer version of this page is available. .
Tab

ASPxFormLayout.RequiredMark Property

Gets or sets the text displayed within required marks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("*")]
public string RequiredMark { get; set; }

Property Value

Type Default Description
String "*"

A string value that specifies a required mark text.

See Also