Back to Devexpress

TdxToggleSwitchProperties Class

vcl-dxtoggleswitch-682c3a66.md

latest1.5 KB
Original Source

TdxToggleSwitchProperties Class

Contains toggle switch editor settings.

Declaration

delphi
TdxToggleSwitchProperties = class(
    TdxCustomToggleSwitchProperties
)

Remarks

This class does not introduce any new functionality. It simply publishes properties and events inherited from its base class. Refer to the TdxCustomToggleSwitchProperties class description to learn about available class members.

A TdxToggleSwitchProperties object is referenced by a toggle switch editor’s Properties and ActiveProperties properties.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomCheckBoxProperties TdxCustomToggleSwitchProperties TdxToggleSwitchProperties

See Also

TdxToggleSwitchProperties Members

dxToggleSwitch Unit