New to Telerik Document ProcessingStart a free 30-day trial

Defines view-specific state for a sheet including tab color and invalidation status.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public interface ISheetViewState

Derived Classes: SheetViewStateBaseWorksheetViewState

Properties

Gets or sets whether the view state has been modified and requires refresh.

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

The is invalidated.

Gets or sets the background color of the sheet tab, supporting theme colors or explicit RGB values.

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

The color of the tab.

In this article
DefinitionPropertiesIsInvalidatedTabColor
Not finding the help you need?
Contact Support