RequiredMarkMode Enum
Lists values that specify the type of a marks that should be displayed within the ASPxFormLayout control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
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 |
Remarks
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.