Gets or sets the format string which determines number formatting in the datagrid.
[Visual Basic]
Public Property DataGridFormatString As String
[C#]
public string DataGridFormatString {get; set;}
See 'Formatting Types' in your msdn documentation for a complete list of options.
Some shortcuts are also provided for specific settings including "C" or "currency" ,
"E" or "scientific" , "F" or "fixed" , "G" or "general" and "N,2" for normal and the
number after the comma determines the number of decimal places.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.