InterfaceISheetViewState
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:
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
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
The color of the tab.