TdxDBToggleSwitch.Properties Property
Provides access to toggle switch editor settings.
Declaration
property Properties: TdxToggleSwitchProperties read; write;
Property Value
Type | Description |
---|---|
TdxToggleSwitchProperties | Stores toggle switch editor settings. |
Remarks
You can use the Properties
property to access and customize toggle switch settings if the RepositoryItem property is unspecified. If a toggle switch repository item is assigned to the RepositoryItem property, all settings accessible through the Properties
property have no effect on the toggle switch editor.
Tip
You can use the ActiveProperties property to identify settings that currently affect the toggle switch editor.
Available Settings
Use the Properties
.AllowGrayed property to enable the intermediate editor state in addition to checked (On) and unchecked (Off) states. The Properties
.StateIndicator property allows you to display and configure editor state indicators.
Refer to the TdxToggleSwitchProperties class description for detailed information on all available options.