Class SheetSelectorTabItemState
Enumeration describing the state of SheetSelectorTabItem.
Inheritance
System.Object
SheetSelectorTabItemState
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class SheetSelectorTabItemState : Enum
Fields
Active
Defines the active state.
Declaration
public const SheetSelectorTabItemState Active
Field Value
SheetSelectorTabItemState
|
Disabled
Defines the disabled state.
Declaration
public const SheetSelectorTabItemState Disabled
Field Value
SheetSelectorTabItemState
|
Edit
Defines the edit state.
Declaration
public const SheetSelectorTabItemState Edit
Field Value
SheetSelectorTabItemState
|
Normal
Defines the normal state.
Declaration
public const SheetSelectorTabItemState Normal
Field Value
SheetSelectorTabItemState
|
value__
Declaration
public int value__
Field Value
System.Int32
|