BootstrapEditorCaptionSettings.RequiredMark Property
Specifies the text of the required mark displayed by the editor caption.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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:
Object Type | Path to RequiredMark |
---|---|
BootstrapButtonEdit |
|
BootstrapCalendar |
|
BootstrapCheckBoxList |
|
BootstrapColorEdit |
|
BootstrapComboBox |
|
BootstrapDateEdit |
|
BootstrapDropDownEdit |
|
BootstrapListBox |
|
BootstrapMemo |
|
BootstrapRadioButtonList |
|
BootstrapSpinEdit |
|
BootstrapTagBox |
|
BootstrapTextBox |
|
BootstrapTimeEdit |
|
Remarks
The required mark indicates that the editor value is treated as required by the validation engine.
See Also