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

ValidationEventArgs.Culture Property

Gets the culture related to the validation.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

A CultureInfo object representing the related culture.

See Also