Back to Devexpress

EvaluationContext.Culture Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-evaluationcontext-95506da7.md

latest1.2 KB
Original Source

EvaluationContext.Culture Property

Gets the current culture setting.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CultureInfo Culture { get; }
vb
ReadOnly Property Culture As CultureInfo

Property Value

TypeDescription
CultureInfo

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

|

See Also

EvaluationContext Interface

EvaluationContext Members

DevExpress.Spreadsheet.Functions Namespace