Back to Devexpress

RequiredMarkMode Enum

aspnet-devexpress-dot-web-9e19e8ee.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum RequiredMarkMode
vb
Public Enum RequiredMarkMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFormLayout.RequiredMarkDisplayMode
FormLayoutProperties.RequiredMarkDisplayMode
ASP.NET MVC ExtensionsFormLayoutSettings<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.

See Also

DevExpress.Web Namespace