Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatCellConfiguration Class / StringFormatCulture Property


In This Topic
    StringFormatCulture Property
    In This Topic
    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