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