Xceed DataGrid for WPF v7.2 Documentation
StringFormatCulture Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfiguration Class : StringFormatCulture Property
Gets or sets the StringFormatCulture of the StatCellConfiguration. The StringFormatCulture will be applied to the statCell with the same ResultPropertyName as this StatCellConfiguration.ResultPropertyName.
Syntax
'Declaration
 
Public Property StringFormatCulture As CultureInfo
'Usage
 
Dim instance As StatCellConfiguration

Dim value As CultureInfo

 

instance.StringFormatCulture = value

 

value = instance.StringFormatCulture
public CultureInfo StringFormatCulture {get; set;}
Requirements

See Also

Reference

StatCellConfiguration Class
StatCellConfiguration Members