Class
ExcelMLInterior

Describes the ExcelML Interior attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ExcelMLInterior : INotifyPropertyChanged

Inheritance: objectExcelMLInterior

Implements: INotifyPropertyChanged

Constructors

ExcelMLInterior()

Declaration

cs-api-definition
public ExcelMLInterior()

Properties

Color

Gets or sets the color.

Declaration

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

Property Value

string

The color.

Pattern

Gets or sets the pattern.

Declaration

cs-api-definition
public ExcelMLPattern? Pattern { get; set; }

Property Value

ExcelMLPattern?

The pattern.

PatternColor

Gets or sets the pattern color.

Declaration

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

Property Value

string

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