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

BootstrapEditorCaptionSettings.RequiredMark Property

Specifies the text of the required mark displayed by the editor caption.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "*"

A sting specifying the text of the required mark.

Property Paths

You can access this nested property as listed below:

Remarks

The required mark indicates that the editor value is treated as required by the validation engine.

See Also