ReportParametersPanelEditorCaptionSettings.RequiredMarkDisplayMode Property
Gets or sets the required mark visibility mode.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(EditorRequiredMarkMode.Hidden)]
public EditorRequiredMarkMode RequiredMarkDisplayMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
EditorRequiredMarkMode | Hidden | One of the EditorRequiredMarkMode enumeration values. |
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 |
---|---|---|
.NET Reporting Tools | ASPxDocumentViewer |
|
ReportParametersPanel |
|
|
ASP.NET MVC Extensions | DocumentViewerSettings |
|
See Also