ExcelMLInterior
Class
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:
Constructors
C#
public ExcelMLInterior()
Properties
Gets or sets the pattern.
C#
public ExcelMLPattern? Pattern { get; set; }
The pattern.
Gets or sets the pattern color.
C#
public string PatternColor { get; set; }
Methods
Raises the PropertyChanged event.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: