aspnet-devexpress-dot-web-9e19e8ee.md
Lists values that specify the type of a marks that should be displayed within the ASPxFormLayout control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum RequiredMarkMode
Public Enum RequiredMarkMode
| Name | Description |
|---|---|
Auto |
A required mark position is automatically defined, depending on the control settings.
|
| None |
All the required and optional marks are hidden.
|
| All |
The required and optional marks are displayed.
|
| RequiredOnly |
Only the required marks are displayed.
|
| OptionalOnly |
Only the optional marks are displayed.
|
The following properties accept/return RequiredMarkMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxFormLayout.RequiredMarkDisplayMode |
| FormLayoutProperties.RequiredMarkDisplayMode | |
| ASP.NET MVC Extensions | FormLayoutSettings<ModelType>.RequiredMarkDisplayMode |
The RequiredMarkMode enumerator contains values that specify a type of marks that should be displayed within the ASPxFormLayout control. The values of this enumerator are used to set the ASPxFormLayout.RequiredMarkDisplayMode property of the ASPxFormLayout control.
See Also