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

MaskAttribute.UseInvariantCultureDecimalSymbolOnClient Property

Specifies whether to use the period (.) as the decimal point in an editor’s value on the client side.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public bool UseInvariantCultureDecimalSymbolOnClient { get; set; }

Property Value

Type Description
Boolean

true, to use the period as the decimal point; otherwise, false.

Remarks

Use the UseInvariantCultureDecimalSymbolOnClient property to specify whether the period should be used as the decimal point in an editor’s value on the client side instead of the culture-dependant decimal points in the mask.

Note that the UseInvariantCultureDecimalSymbolOnClient property is in effect if the MaskAttribute.IncludeLiterals property is set to MaskIncludeLiteralsMode.DecimalSymbol.

See Also