Class ExcelMLNumberFormat
Describes the ExcelML NumberFormat attribute.
Inheritance
System.Object
ExcelMLNumberFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLNumberFormat : 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
|