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


In This Topic
    StringFormat Property (StatCellConfiguration)
    In This Topic
    Gets or sets the StringFormat of the StatCellConfiguration. The StringFormat will be applied to the statCell with the same ResultPropertyName as this StatCellConfiguration.ResultPropertyName.
    Syntax
    'Declaration
     
    Public Property StringFormat As String
    'Usage
     
    Dim instance As StatCellConfiguration
    Dim value As String
     
    instance.StringFormat = value
     
    value = instance.StringFormat
    public string StringFormat {get; set;}
    Requirements

    See Also