Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxActions Unit

In This Article

#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.