Back to Devexpress

EditorRequiredMarkMode Enum

aspnet-devexpress-dot-web-e18ab273.md

latest1.8 KB
Original Source

EditorRequiredMarkMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum EditorRequiredMarkMode
vb
Public Enum EditorRequiredMarkMode

Members

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

|

The following properties accept/return EditorRequiredMarkMode values:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapEditorCaptionSettings.RequiredMarkDisplayMode
ASP.NET Web Forms ControlsEditorCaptionSettings.RequiredMarkDisplayMode

Remarks

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

See Also

DevExpress.Web Namespace