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

Mapping.ConverterCulture Property

Gets or sets the culture in which to evaluate the converter.

Namespace: DevExpress.Xpf.Gantt

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

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

Declaration

public CultureInfo ConverterCulture { get; set; }

Property Value

Type Description
CultureInfo

A culture in which to evaluate the converter.

See Also