ClassExcelMLInterior
Class
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:
Constructors
ExcelMLInterior()
Declaration
cs-api-definition
public ExcelMLInterior()
Properties
Color
Gets or sets the color.
Pattern
Gets or sets the pattern.
Declaration
cs-api-definition
public ExcelMLPattern? Pattern { get; set; }
Property Value
The pattern.
PatternColor
Gets or sets the pattern color.
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements