New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

Constructors

Initializes a new instance of the NumberFormatInfo class.

C#
public NumberFormatInfo(string formatType, CellValueFormat format)
Parameters:formatTypestring

Type of the format.

formatCellValueFormat

The format.

Properties

Format

CellValueFormat

Gets or sets the format.

C#
public CellValueFormat Format { get; set; }
Property Value:

The format.

Gets or sets the format result.

C#
public string FormatResult { get; set; }
Property Value:

The format result.

Gets or sets the format type as string.

C#
public string FormatTypeAsString { get; set; }
Property Value:

The format type as string.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged