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 NumberFormatInfo class.
Declaration
public NumberFormatInfo(string formatType, CellValueFormat format)
Parameters
System.String
formatType
Type of the format. |
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
format
The format. |
Properties
Format
Gets or sets the format.
Declaration
public CellValueFormat Format { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
The format. |
FormatResult
Gets or sets the format result.
Declaration
public string FormatResult { get; set; }
Property Value
System.String
The format result. |
FormatTypeAsString
Gets or sets the format type as string.
Declaration
public string FormatTypeAsString { get; set; }
Property Value
System.String
The format type as string. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|