Skip to main content

MaskSettingsBuilder.AllowEscapingInEnums(Boolean) Method

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.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public MaskSettingsBuilder AllowEscapingInEnums(
    bool allowEscapingInEnums
)

Parameters

Name Type
allowEscapingInEnums Boolean

Returns

Type
MaskSettingsBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also