Skip to main content
A newer version of this page is available. .
Tab

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

Declaration

public enum RequiredMarkMode

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

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