Back to Devexpress

ValidationEventArgs.Culture Property

wpf-devexpress-dot-xpf-dot-editors-dot-validationeventargs-d66dd198.md

latest1.1 KB
Original Source

ValidationEventArgs.Culture Property

Gets the culture related to the validation.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public CultureInfo Culture { get; }
vb
Public ReadOnly Property Culture As CultureInfo

Property Value

TypeDescription
CultureInfo

A CultureInfo object representing the related culture.

|

See Also

ValidationEventArgs Class

ValidationEventArgs Members

DevExpress.Xpf.Editors Namespace