ResultConverterCulture Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCell Class : ResultConverterCulture Property

Gets or sets the CultureInfo used by the ResultConverter.

Syntax

Visual Basic (Declaration) 
Public Property ResultConverterCulture As CultureInfo
C# 
public CultureInfo ResultConverterCulture {get; set;}

Return Value

A CultureInfo containing the culture information that will be used by the ResultConverter. If a StatResultConverter is used, this property will be ignored.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also