Mapping.ConverterCulture Property
In This Article
Gets or sets the culture in which to evaluate the converter.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public CultureInfo ConverterCulture { get; set; }
#Property Value
Type | Description |
---|---|
Culture |
A culture in which to evaluate the converter. |
See Also