Class SheetViewStateBase
Represents base for the WorksheetViewState class.
Inheritance
System.Object
SheetViewStateBase
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.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class SheetViewStateBase : ISheetViewState
Constructors
SheetViewStateBase()
Initializes a new instance of the SheetViewStateBase class.
Declaration
protected SheetViewStateBase()
Properties
IsInvalidated
Gets or sets the is invalidated.
Declaration
public bool IsInvalidated { get; set; }
Property Value
System.Boolean
The is invalidated. |
Implements
TabColor
Gets or sets the color of the tab.
Declaration
public ThemableColor TabColor { get; set; }
Property Value
ThemableColor
The color of the tab. |