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

ChartAxis.CurrencyCultureNameProvider Property

For internal use. Provides access to an interface that exposes a culture name.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[Browsable(false)]
public ICurrencyCultureNameProvider CurrencyCultureNameProvider { get; }

Property Value

Type Description
DevExpress.DashboardCommon.Native.ICurrencyCultureNameProvider

Provides a culture name.

See Also