MaskIncludeLiteralsMode Enum
Specifies which literal characters of the mask are included in an editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
All
|
All literals are included in an editor’s value. |
None
|
Literals are not included in an editor’s value. |
DecimalSymbol
|
Only decimal symbol literals are included in an editor’s value. |
Related API Members
The following properties accept/return MaskIncludeLiteralsMode values:
Library | Related API Members |
---|---|
ASP.NET MVC Extensions | MaskAttribute.IncludeLiterals |
ASP.NET Web Forms Controls | MaskSettings.IncludeLiterals |
Remarks
The MaskIncludeLiteralsMode lists values which are used to set the MaskSettings.IncludeLiterals property.
See Also