Interface
ISheetViewState

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:

cs-api-definition
public interface ISheetViewState

Properties

IsInvalidated

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

Declaration

cs-api-definition
bool IsInvalidated { get; set; }

Property Value

bool

The is invalidated.

TabColor

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

Declaration

cs-api-definition
ThemableColor TabColor { get; set; }

Property Value

ThemableColor

The color of the tab.

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