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