Class ExcelMLInterior
Describes the ExcelML Interior attribute.
Inheritance
System.Object
ExcelMLInterior
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLInterior : Object, INotifyPropertyChanged
Constructors
ExcelMLInterior()
Declaration
public ExcelMLInterior()
Properties
Color
Gets or sets the color.
Declaration
public string Color { get; set; }
Property Value
System.String
The color. |
Pattern
Gets or sets the pattern.
Declaration
public Nullable<ExcelMLPattern> Pattern { get; set; }
Property Value
System.Nullable<ExcelMLPattern>
The pattern. |
PatternColor
Gets or sets the pattern color.
Declaration
public string PatternColor { get; set; }
Property Value
System.String
|
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
System.String
name
The name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|