Class ExcelMLNumberFormat
Describes the ExcelML NumberFormat attribute.
Inheritance
System.Object
ExcelMLNumberFormat
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLNumberFormat : Object, INotifyPropertyChanged
Constructors
ExcelMLNumberFormat()
Declaration
public ExcelMLNumberFormat()
Properties
Format
Gets or sets the format.
Declaration
public string Format { get; set; }
Property Value
System.String
The color. |
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
System.String
name
The name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|