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

ChooseFileOptionsPage.Cultures Property

Indicates the document culture.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public CultureInfo[] Cultures { get; }

Property Value

Type Description
CultureInfo[]

An array of CultureInfo objects.

See Also