ISheetViewState
Interface
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:
Properties
Gets or sets whether the view state has been modified and requires refresh.
C#
bool IsInvalidated { get; set; }
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; }
The color of the tab.