Xceed DataGrid for Silverlight Documentation
NumericFormat Property


Gets or sets the numeric format.
Syntax
'Declaration
 
Public Property NumericFormat As String
'Usage
 
Dim instance As FormatSettingsBase
Dim value As String
 
instance.NumericFormat = value
 
value = instance.NumericFormat
public string NumericFormat {get; set;}

Property Value

A string representing the number format. By default, a null reference (Nothing in Visual Basic).
Remarks
Applies to all numeric types, expect for floating point numbers if FloatingPointFormat is specified. Empty and a null reference (Nothing in Visual Basic) values will be ignored (default format of the culture).  Accepted formats are described in the "Custom Numeric Format Strings" topic in MSDN.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FormatSettingsBase Class
FormatSettingsBase Members

Send Feedback