A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.RequiredMark Property
Gets or sets the text displayed within required marks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("*")]
public virtual string RequiredMark { get; set; }
<DefaultValue("*")>
Public Overridable Property RequiredMark As String
Property Value
Type | Default | Description |
---|---|---|
String | "*" |
A string value that specifies the required mark text. |
See Also
Feedback