TcxCustomEditProperties Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Alignment | Determines the alignment of the editor’s contents. |
Assigned |
Contains the property flags that indicate which properties specific to an editor have been changed. |
Automation | Provides access to editor UI Automation and accessibility settings. |
Auto |
Determines whether the editor’s contents are automatically selected when the editor receives focus. |
Beep |
Specifies whether to play the system default sound on a validation error. |
Buttons | Provides access to the collection of editor buttons. |
Buttons |
Specifies how the editor displays content and embedded buttons. |
Clear |
Specifies the keyboard shortcut to clear the editor entry. |
Click |
Specifies a key combination to generate the On |
Error |
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. |
Immediate |
Indicates whether the edit value should be saved immediately after it has been modified. |
Is |
|
Max |
|
Min |
Specifies the maximum numeric value the editor can display. |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Read |
Specifies if the editor is in read-only mode. |
Transparent protected | Deprecated. Specifies if the editor background is transparent. |
Use |
Specifies whether to align text to the left in edit mode. |
Use |
Specifies whether an editor responds to mouse wheel rotation. |
Validate |
Specifies whether validation is performed when an end-user presses the Enter key. |
Validation |
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. |
Validation |
Contains a set of flags that specify how the editor handles and displays its validation errors. |
#Methods
#Events
Name | Description |
---|---|
On |
Allows you to execute custom code when a user clicks an embedded editor button. |
On |
Allows you to customize the appearance of individual editor button glyphs. |
On |
Occurs on changing the value within an editor. |
On |
|
On |
Allows you to respond to edit value changes. |
On |
Occurs on every editor setting change. |
On |
Occurs before converting the display value to the edit value. |
See Also