Skip to main content

EvaluationContext.Culture Property

Gets the current culture setting.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CultureInfo Culture { get; }

Property Value

Type Description
CultureInfo

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

See Also