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

TdxToggleSwitch.Properties Property

Provides access to toggle switch editor settings.

#Declaration

Delphi
property Properties: TdxToggleSwitchProperties read; write;

#Property Value

Type Description
TdxToggleSwitchProperties

Stores toggle switch editor settings.

#Remarks

You can use the Properties property to access and customize toggle switch settings if the RepositoryItem property is unspecified. If a toggle switch repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the toggle switch editor.

Tip

You can use the ActiveProperties property to identify settings that currently affect the toggle switch editor.

#Available Settings

Use the Properties.AllowGrayed property to enable the intermediate editor state in addition to checked (On) and unchecked (Off) states. The Properties.StateIndicator property allows you to display and configure editor state indicators.

Refer to the TdxToggleSwitchProperties class description to learn about these settings.

See Also