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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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