Interface ISheetViewState
Defines view-specific state for a sheet including tab color and invalidation status.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ISheetViewState
Properties
IsInvalidated
Gets or sets whether the view state has been modified and requires refresh.
Declaration
bool IsInvalidated { get; set; }
Property Value
|
System.Boolean
The is invalidated. |
TabColor
Gets or sets the background color of the sheet tab, supporting theme colors or explicit RGB values.
Declaration
ThemableColor TabColor { get; set; }
Property Value
|
ThemableColor
The color of the tab. |