Enum ToggleState
Specifies the possible states for toggle controls such as checkboxes, checkmarks, and toggle buttons.
Namespace: Telerik.WinControls.Enumerations
Assembly: Telerik.WinControls.dll
Syntax
public enum ToggleState
Remarks
This enumeration provides a three-state toggle system that supports standard binary states (On/Off) as well as an indeterminate state commonly used in scenarios where the toggle represents a collection of items with mixed states.
Indeterminate
Indicates that the toggle control is in an indeterminate or mixed state.
Off
Indicates that the toggle control is in the "off" or unchecked state.
On
Indicates that the toggle control is in the "on" or checked state.