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

NumericMaskAttribute.Culture Property

Specifies the name of the culture whose settings are used by the mask.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public string Culture { get; set; }

Property Value

Type Description
String

A culture’s name.

Remarks

For a complete list of culture names, refer to the Table of Language Culture Names, Codes, and ISO Values topic in MSDN.

See Also