Skip to main content

TcxEditRepositoryToggleSwitchItem.Properties Property

Provides access to stored toggle switch settings.

Declaration

property Properties: TdxToggleSwitchProperties read; write;

Property Value

Type Description
TdxToggleSwitchProperties

Stores toggle switch settings.

Remarks

You can use the Properties.StateIndicator property to display and configure a toggle switch state indicator. Properties.ValueChecked, Properties.ValueGrayed, and Properties.ValueUnchecked properties allow you to associate specific edit values with toggle switch states.

Refer to the TdxToggleSwitchProperties class description for detailed information on all available options.

See Also