Skip to main content

BootstrapEditorCaptionSettings.RequiredMark Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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