dxActions Unit
Implements the base functionality for end-user commands available for DevExpress controls.
Classes
| Name | Description |
|---|---|
| TdxBasicAction | The base class for all action classes that implement end-user commands for DevExpress controls. |
| TdxBasicActionAssignedValues | Stores the property flags that indicate which properties of an action object have been changed. |
| TdxCustomAction | The base class for the action object provided by DevExpress controls. |
Interfaces
| Name | Description |
|---|---|
| IdxActionColorValue | An empty interface that indicates that the executed end-user command sets a new color for an editable item in a DevExpress control. |
| IdxActionFontNameValue | An empty interface that indicates that the executed end-user command sets a new font typeface for text in a DevExpress control. |
| IdxActionFontSizeValue | An empty interface that indicates that the executed end-user command sets a new font size in a DevExpress control. |
| IdxActionGalleryClient | |
| IdxActionGalleryInfo | |
| IdxActionGalleryWithDescriptionTabbedText | |
| IdxActionValue | Exposes the methods that work with values that executed end-user commands apply to the corresponding DevExpress controls or their settings. |
Types
| Name | Description |
|---|---|
| TdxBasicActionClass | The class-reference to a DevExpress action class. |