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

DateTimeMaskAttribute.Culture Property

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

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