ClassExcelMLNumberFormat
Class
Describes the ExcelML NumberFormat attribute.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class ExcelMLNumberFormat : INotifyPropertyChanged
Inheritance: objectExcelMLNumberFormat
Implements:
Constructors
ExcelMLNumberFormat()
Declaration
cs-api-definition
public ExcelMLNumberFormat()
Properties
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements