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

Describes the ExcelML NumberFormat attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ExcelMLNumberFormat : INotifyPropertyChanged

Inheritance: objectExcelMLNumberFormat

Implements: INotifyPropertyChanged

Constructors

C#
public ExcelMLNumberFormat()

Properties

Gets or sets the format.

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

The color.

Methods

Raises the PropertyChanged event.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged