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
Disabled
Defines the disabled state.
Declaration
public const SheetSelectorTabItemState Disabled
Field Value
Edit
Defines the edit state.
Declaration
public const SheetSelectorTabItemState Edit
Field Value
Normal
Defines the normal state.
Declaration
public const SheetSelectorTabItemState Normal
Field Value
value__
Declaration
public int value__
Field Value
System.
|