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