Skip to main content

AppearanceRepository.LocalizedNames Property

Returns an array of localized appearance names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string[] LocalizedNames { get; }

Property Value

Type Description
String[]

An array of String objects representing localized appearance names.

See Also