Class
ExcelMLNumberFormat

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

Constructors

ExcelMLNumberFormat()

Declaration

cs-api-definition
public ExcelMLNumberFormat()

Properties

Format

Gets or sets the format.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

The color.

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string name)

Parameters

name

string

The name.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged