RequiredMarkMode Enum
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. |
RequiredOnly | Only the required marks are displayed. |
OptionalOnly | Only the optional marks are displayed. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also