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
NuGet Package: DevExpress.Web
#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. |
Required
|
Only the required marks are displayed. |
Optional
|
Only the optional marks are displayed. |
#Related API Members
The following properties accept/return RequiredMarkMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
Form |
|
ASP. |
Form |
#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.