Skip to main content

TdxCustomToggleSwitchProperties Properties

Serves as the base class for classes that contain toggle switch editor settings.
Name Description
Alignment Specifies the alignment of the caption and switch within the editor.
AllowGrayed Specifies whether the grayed state is enabled. Inherited from TcxCustomCheckBoxProperties.
AssignedValues protected Contains the property flags that indicate which properties specific to an editor have been changed. Inherited from TcxCustomEditProperties.
Automation Provides access to editor UI Automation and accessibility settings. Inherited from TcxCustomEditProperties.
AutoSelect Determines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties.
BeepOnError Specifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties.
Buttons Provides access to the collection of editor buttons. Inherited from TcxCustomEditProperties.
ButtonsViewStyle protected Specifies how the editor displays content and embedded buttons. Inherited from TcxCustomEditProperties.
Caption Identifies the text which describes a check box. Inherited from TcxCustomCheckBoxProperties.
ClearKey Specifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties.
ClickKey Specifies a key combination to generate the OnButtonClick click event for the default button. Inherited from TcxCustomEditProperties.
DisplayChecked Specifies the text representing the checked state. Inherited from TcxCustomCheckBoxProperties.
DisplayGrayed Specifies the text representing the grayed state. Inherited from TcxCustomCheckBoxProperties.
DisplayUnchecked Specifies the text representing the unchecked state. Inherited from TcxCustomCheckBoxProperties.
ErrorIcon Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties.
FullFocusRect Specifies whether the focus rectangle is drawn around the entire caption region or around the caption text only. Inherited from TcxCustomCheckBoxProperties.
Glyph Provides custom images for check boxes. Inherited from TcxCustomCheckBoxProperties.
GlyphCount Specifies the number of images stored in the Glyph property. Inherited from TcxCustomCheckBoxProperties.
Images Specifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties.
ImmediatePost Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties.
IsChanging Inherited from TcxCustomEditProperties.
MaxValue protected Inherited from TcxCustomEditProperties.
MinValue protected Specifies the maximum numeric value the editor can display. Inherited from TcxCustomEditProperties.
MultiLine Determines whether the check box caption is drawn across several lines. Inherited from TcxCustomCheckBoxProperties.
NullStyle Specifies the manner in which a check box editor presents NULL values. Inherited from TcxCustomCheckBoxProperties.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
ReadOnly Specifies if the editor is in read-only mode. Inherited from TcxCustomEditProperties.
ShowEndEllipsis Specifies whether to display an end ellipsis when the content is clipped. Inherited from TcxCustomCheckBoxProperties.
StateIndicator protected Provides access to the settings of the checked state indicator.
Transparent protected Deprecated. Specifies if the editor background is transparent. Inherited from TcxCustomEditProperties.
UseAlignmentWhenInplace Specifies the manner in which the check box and caption are aligned within an in-place checkbox editor. Inherited from TcxCustomCheckBoxProperties.
UseLeftAlignmentOnEditing Specifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties.
UseMouseWheel Specifies whether an editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties.
ValidateOnEnter Specifies whether validation is performed when an end-user presses the Enter key. Inherited from TcxCustomEditProperties.
ValidationErrorIconAlignment Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties.
ValidationOptions Contains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties.
ValueChecked Specifies the value that the EditValue property returns when in the checked state. Inherited from TcxCustomCheckBoxProperties.
ValueGrayed Specifies the value that the EditValue property returns when in the grayed state. Inherited from TcxCustomCheckBoxProperties.
ValueUnchecked Specifies the value that the EditValue property returns when in the unchecked state. Inherited from TcxCustomCheckBoxProperties.
See Also