Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties Properties

The base class for editor appearance and behavior settings.
Name Description
Alignment Determines the alignment of the editor’s contents.
AssignedValues protected Contains the property flags that indicate which properties specific to an editor have been changed.
AutoSelect Determines whether the editor’s contents are automatically selected when the editor receives focus.
BeepOnError Specifies whether to play the system default sound on a validation error.
Buttons Supports a collection of buttons displayed within the editor.
ButtonsViewStyle protected Specifies the view style for the editor text and buttons displayed within the editor.
ClearKey Specifies the keyboard shortcut to clear the editor entry.
ClickKey Specifies a key combination to generate the OnButtonClick click event for the default button.
ErrorIcon Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
Images Specifies the collection of images used as editor button icons.
ImmediatePost Indicates whether the edit value should be saved immediately after it has been modified.
IsChanging
MaxValue protected
MinValue protected
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
ReadOnly Specifies the desired read-only status of an editor.
Transparent protected
UseLeftAlignmentOnEditing Specifies whether to align text to the left in edit mode.
UseMouseWheel Specifies whether an editor responds to mouse wheel rotation.
ValidateOnEnter Specifies whether validation is performed when an end-user presses the Enter key.
ValidationErrorIconAlignment Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
ValidationOptions Contains a set of flags that specify how the editor handles and displays its validation errors.
See Also