Skip to main content
A newer version of this page is available. .

TcxEditRepositoryToggleSwitchItem Class

A repository item containing settings that are specific to toggle switch editors (TdxToggleSwitch and TdxDBToggleSwitch).

Declaration

TcxEditRepositoryToggleSwitchItem = class(
    TcxEditRepositoryItem
)

Remarks

This class introduces the Properties property that contains the appearance and behavior settings (a TdxToggleSwitchProperties object) of a toggle switch editor.

Inheritance

TObject
TPersistent
TComponent
TcxEditRepositoryItem
TcxEditRepositoryToggleSwitchItem
See Also