Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxToggleSwitchStateIndicator Members

Contains settings of the checked state indicator for toggle switch editors (TdxToggleSwitch and TdxDBToggleSwitch).

#Properties

Name Description
Kind Specifies how a toggle switch editor indicates its checked/unchecked states in addition to a thumb.
OffGlyph Specifies the image for the unchecked state (also called the Off state).
OffText Specifies the text label for the unchecked state (also called the Off state).
Position Specifies the display position of the selected indicator – outside or inside the switch.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.

#Events

Name Description
OnGlyph Specifies the image for the checked state (also called the On state).
OnText Specifies the text label for the checked state (also called the On state).
See Also