Skip to main content

BootstrapEditorCaptionSettings.OptionalMark Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("(optional)")]
public string OptionalMark { get; set; }

Property Value

Type Default Description
String "(optional)"

A sting specifying the text of the optional mark.

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also