Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellValueToColumnTypeConverter.PreferredCulture Property

Gets or sets the information used to format culture-specific data, such as DateTime, DateTimeOffset, and the numeric types.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public CultureInfo PreferredCulture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object that provides culture-specific information.

Remarks

Use the PreferredCulture property to obtain data in a format specific to a certain culture.

See Also