New to Telerik UI for WPFStart a free 30-day trial

Describes the ExcelML Interior attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ExcelMLInterior : INotifyPropertyChanged

Inheritance: objectExcelMLInterior

Implements: INotifyPropertyChanged

Constructors

C#
public ExcelMLInterior()

Properties

Gets or sets the color.

C#
public string Color { get; set; }
Property Value:

The color.

Gets or sets the pattern.

C#
public ExcelMLPattern? Pattern { get; set; }
Property Value:

The pattern.

Gets or sets the pattern color.

C#
public string PatternColor { get; set; }

Methods

Raises the PropertyChanged event.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged