Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditRepositoryToggleSwitchItem.Properties Property

Provides access to stored toggle switch settings.

#Declaration

Delphi
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