Class
SheetViewStateBase

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: WorksheetViewState

Implements: ISheetViewState

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

bool

The is invalidated.

Implements ISheetViewState.IsInvalidated

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

ThemableColor

The color of the tab.

Implements ISheetViewState.TabColor