BootstrapEditorCaptionSettings.RequiredMarkDisplayMode Property
In This Article
Gets or sets the required mark display mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(EditorRequiredMarkMode.Auto)]
public EditorRequiredMarkMode RequiredMarkDisplayMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Editor |
Auto | One of the Editor |
Available values:
Name | Description |
---|---|
Auto | If the editor Required |
Required | The “required” mark is displayed after a caption. |
Optional | The “optional” mark is displayed after a caption. |
Hidden | A required mark is hidden. |
#Property Paths
You can access this nested property as listed below:
Show 14 property paths
Object Type | Path to Required |
---|---|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
Bootstrap |
|
#Remarks
Use the RequiredMarkDisplayMode property to control how the mark should be displayed within the Form Layout control.
See Also