Class NumberFormatInfo
Provides properties describing a number format.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NumberFormatInfo : Object, INotifyPropertyChanged
Constructors
NumberFormatInfo(String, CellValueFormat)
Initializes a new instance of the Number
Declaration
public NumberFormatInfo(string formatType, CellValueFormat format)
Parameters
System. Type of the format. |
Telerik. The format. |
Properties
Format
Gets or sets the format.
Declaration
public CellValueFormat Format { get; set; }
Property Value
Telerik. The format. |
FormatResult
Gets or sets the format result.
Declaration
public string FormatResult { get; set; }
Property Value
System. The format result. |
FormatTypeAsString
Gets or sets the format type as string.
Declaration
public string FormatTypeAsString { get; set; }
Property Value
System. The format type as string. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|