Class SheetViewStateBase
Base class for managing worksheet view state properties including tab color and invalidation tracking.
Inheritance
Inherited Members
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 with default tab color.
Declaration
protected SheetViewStateBase()
Properties
IsInvalidated
Gets or sets whether the view state requires recalculation or re-rendering due to changes.
Declaration
public bool IsInvalidated { get; set; }
Property Value
|
System.Boolean
The is invalidated. |
Implements
TabColor
Gets or sets the color displayed on the sheet's tab in the workbook navigation area.
Declaration
public ThemableColor TabColor { get; set; }
Property Value
|
ThemableColor
The color of the tab. |