Xceed DataGrid for Silverlight Documentation
ResultConverterCulture Property


Gets or sets the CultureInfo used by the ResultConverter.
Syntax
'Declaration
 
Public Property ResultConverterCulture As CultureInfo
'Usage
 
Dim instance As StatCell
Dim value As CultureInfo
 
instance.ResultConverterCulture = value
 
value = instance.ResultConverterCulture
public CultureInfo ResultConverterCulture {get; set;}

Property Value

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

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatCell Class
StatCell Members

Send Feedback