EditorRequiredMarkMode Enum
In This Article
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
#Members
Name | Description |
---|---|
Auto | If the editor Required |
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.
See Also