New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class SheetViewStateBase : ISheetViewState

Inheritance: objectSheetViewStateBase

Derived Classes: WorksheetViewState

Implements: ISheetViewState

Constructors

Initializes a new instance of the SheetViewStateBase class with default tab color.

C#
protected SheetViewStateBase()

Properties

Gets or sets whether the view state requires recalculation or re-rendering due to changes.

C#
public bool IsInvalidated { get; set; }
Property Value:

The is invalidated.

Implements: ISheetViewState.IsInvalidated

Gets or sets the color displayed on the sheet's tab in the workbook navigation area.

C#
public ThemableColor TabColor { get; set; }
Property Value:

The color of the tab.

Implements: ISheetViewState.TabColor