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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowEscapingInEnums |
---|---|
ASPxButtonEdit |
|
ASPxTextBox |
|
ButtonEditProperties |
|
TextBoxProperties |
|
Remarks
For more information, refer to the Mask Types topic.
See Also