Enumeration describing the state of SheetSelectorTabItem.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public enum SheetSelectorTabItemState
Fields
Defines the active state.
C#
Active = 0
Defines the disabled state.
C#
Disabled = 3
Defines the edit state.
C#
Edit = 2
Defines the normal state.
C#
Normal = 1