Class SelectAllControlState
Defines the states of select all control.
Inheritance
System.Object
SelectAllControlState
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class SelectAllControlState : Enum
Fields
Normal
Normal state.
Declaration
public const SelectAllControlState Normal
Field Value
SelectAllControlState
|
Selected
Selected state.
Declaration
public const SelectAllControlState Selected
Field Value
SelectAllControlState
|
value__
Declaration
public int value__
Field Value
System.Int32
|