Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to AllowEscapingInEnums
ASPxButtonEdit
.MaskSettings .AllowEscapingInEnums
ASPxTextBox
.MaskSettings .AllowEscapingInEnums
ButtonEditProperties
.MaskSettings .AllowEscapingInEnums
TextBoxProperties
.MaskSettings .AllowEscapingInEnums

Remarks

For more information, refer to the Mask Types topic.

See Also