Back to Devexpress

TdxToggleSwitch.Properties Property

vcl-dxtoggleswitch-dot-tdxtoggleswitch-26e68ffb.md

latest1.7 KB
Original Source

TdxToggleSwitch.Properties Property

Provides access to toggle switch editor settings.

Declaration

delphi
property Properties: TdxToggleSwitchProperties read; write;

Property Value

TypeDescription
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

TdxToggleSwitch Class

TdxToggleSwitch Members

dxToggleSwitch Unit