ClassSheetViewStateBase
Class
Base class for managing worksheet view state properties including tab color and invalidation tracking.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class SheetViewStateBase : ISheetViewState
Inheritance: objectSheetViewStateBase
Derived Classes:
Implements:
Constructors
SheetViewStateBase()
Initializes a new instance of the SheetViewStateBase class with default tab color.
Declaration
cs-api-definition
protected SheetViewStateBase()
Properties
IsInvalidated
Gets or sets whether the view state requires recalculation or re-rendering due to changes.
Declaration
cs-api-definition
public bool IsInvalidated { get; set; }
Property Value
The is invalidated.
Implements
TabColor
Gets or sets the color displayed on the sheet's tab in the workbook navigation area.
Declaration
cs-api-definition
public ThemableColor TabColor { get; set; }
Property Value
The color of the tab.
Implements