Skip to main content

DateTimeMaskAttribute.Culture Property

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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