RequiredMarkMode Enum
In This Article
Lists values that specify the type of a marks that should be displayed within the FormLayout control.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.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. |
Required |
Only the required marks are displayed. |
Optional |
Only the optional marks are displayed. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also