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.Kind Property

Specifies how a toggle switch editor indicates its checked/unchecked states in addition to a thumb.

#Declaration

Delphi
property Kind: TdxToggleSwitchStateIndicatorKind read; write; default sikNone;

#Property Value

Type Default
TdxToggleSwitchStateIndicatorKind sikNone

#Remarks

Options include:

Value Meaning
sikText A toggle switch editor indicates its checked and unchecked states with text labels specified by the OnText and OffText properties.
sikGlyph A toggle switch editor indicates its checked and unchecked states with images specified by the OnGlyph and OffGlyph properties.
sikNone No additional indication.

Use the Position property to specify the display position of the selected indicator. Refer to the Position property description for examples of applying various Kind property values to toggle switch editors.

The default value of the Kind property is sikNone.

See Also