ReportToolbarEditorCaptionSettings.RequiredMarkDisplayMode Property
Specifies the required mark visibility mode.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(EditorRequiredMarkMode.Hidden)]
public EditorRequiredMarkMode RequiredMarkDisplayMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
EditorRequiredMarkMode | Hidden | A EditorRequiredMarkMode value. |
Available values:
Name | Description |
---|---|
Auto | If the editor RequiredFieldValidationPattern.IsRequired property is set to true, the “required” mark is displayed after a caption. |
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:
Library | Object Type | Path to RequiredMarkDisplayMode |
---|---|---|
ASP.NET MVC Extensions | ReportToolbarSettings |
|
.NET Reporting Tools | DocumentViewerReportToolbarProperties |
|
ReportToolbar |
|
See Also