Class ExcelMLInterior
Describes the ExcelML Interior attribute.
Inheritance
System.Object
ExcelMLInterior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLInterior : 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 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
|