Xceed DataGrid for WPF v7.2 Documentation
StringFormat Property (StatCellConfiguration)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > StatCellConfiguration Class : StringFormat Property
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

Reference

StatCellConfiguration Class
StatCellConfiguration Members