Skip to main content

EditorRequiredMarkMode Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

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

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