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

EvaluationContext.Culture Property

Gets the current culture setting.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

A CultureInfo object that indicates the culture setting currently being used.

See Also