Skip to main content
Tab

EditorRequiredMarkMode Enum

Lists values that specify the type of a mark displayed within the editor caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum EditorRequiredMarkMode

Members

Name Description
Auto

If the editor RequiredFieldValidationPattern.IsRequired property is set to true, the “required” mark is displayed after a caption.

Required

The “required” mark is displayed after a caption.

Optional

The “optional” mark is displayed after a caption.

Hidden

A required mark is hidden.

Remarks

The values of this enumerator are used to set the EditorCaptionSettings.RequiredMarkDisplayMode property of a layout item.

See Also