MaskIncludeLiteralsMode Enum
In This Article
Specifies which literal characters of the mask are included in an editor’s value.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
All | All literals are included in an editor’s value. |
None | Literals are not included in an editor’s value. |
Decimal |
Only decimal symbol literals are included in an editor’s value. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also