Back to Devexpress

TdxCustomToggleSwitchProperties Class

vcl-dxtoggleswitch-8367cb3c.md

latest1.4 KB
Original Source

TdxCustomToggleSwitchProperties Class

Serves as the base class for classes that contain toggle switch editor settings.

Declaration

delphi
TdxCustomToggleSwitchProperties = class(
    TcxCustomCheckBoxProperties
)

Remarks

This class introduces the StateIndicator property and initializes the inherited Alignment property with the value that underpins the toggle switch editor’s design. The derived TdxToggleSwitchProperties class simply publishes the inherited properties and events.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomCheckBoxProperties TdxCustomToggleSwitchProperties

See Also

TdxCustomToggleSwitchProperties Members

dxToggleSwitch Unit