ExcelSourceOptionsViewModel.Culture Property
Specifies the culture information used to parse the data being imported from a CSV file.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
CultureInfo | A CultureInfo object, containing culture-specific settings. |
See Also