Skip to main content
A newer version of this page is available. .
Tab

MaskSettings.AllowEscapingInEnums Property

Gets or sets a value that specifies whether specific symbols can be escaped using a back slash and quotes (both single and double) to include them into the mask value containing enumerations.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowEscapingInEnums { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if escaping is allowed in enumeration masks; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 15 property paths
Library Object Type Path to AllowEscapingInEnums
ASP.NET Controls and MVC Extensions ASPxButtonEdit
.MaskSettings.AllowEscapingInEnums
ASPxTextBox
.MaskSettings.AllowEscapingInEnums
ButtonEditProperties
.MaskSettings.AllowEscapingInEnums
MVCxButtonEdit
.MaskSettings.AllowEscapingInEnums
MVCxButtonEditProperties
.MaskSettings.AllowEscapingInEnums
MVCxColumnButtonEditProperties
.MaskSettings.AllowEscapingInEnums
MVCxColumnTextBoxProperties
.MaskSettings.AllowEscapingInEnums
MVCxTextBox
.MaskSettings.AllowEscapingInEnums
MVCxTextBoxProperties
.MaskSettings.AllowEscapingInEnums
RibbonTextBoxProperties
.MaskSettings.AllowEscapingInEnums
TextBoxProperties
.MaskSettings.AllowEscapingInEnums
ASP.NET Bootstrap Controls BootstrapButtonEdit
.MaskSettings.AllowEscapingInEnums
BootstrapButtonEditProperties
.MaskSettings.AllowEscapingInEnums
BootstrapTextBox
.MaskSettings.AllowEscapingInEnums
BootstrapTextBoxProperties
.MaskSettings.AllowEscapingInEnums

Remarks

For more information, refer to the Mask Types topic.

See Also