Back to Devexpress

DevExpress.ExpressApp.Actions Namespace

expressappframework-devexpress-dot-expressapp-c36b756b.md

latest8.7 KB
Original Source

DevExpress.ExpressApp.Actions Namespace

Contains classes that provide the Actions component of the XAF infrastructure.

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Classes

NameDescription
ActionBaseThe base class for Actions.
ActionBaseEventArgsRepresents the base class for arguments passed to Action execution handling events.
ActionUrlAn Action which is used to redirect a browser to a specified page.
ChoiceActionBaseRepresents the ancestor for Actions that provide items to be chosen by an end-user.
ChoiceActionItemAn item of the SingleChoiceAction Action.
ChoiceActionItemCollectionRepresents a binding list of ChoiceActionItem objects.
CustomGetTotalTooltipEventArgsArguments passed to the CustomGetTotalTooltip event.
CustomizeControlEventArgsArguments passed to the ActionBase.CustomizeControl event.
CustomizePopupWindowParamsEventArgsArguments passed to a Pop-up Window Show Action’s PopupWindowShowAction.CustomizePopupWindowParams event.
HandleExceptionEventArgsArguments passed to the WinWindow.CustomHandleExceptionOnClosing event.
ParametrizedActionA class implementing an Action that executes custom code when a user enters a value into the Action’s editor.
ParametrizedActionExecuteEventArgsRepresents arguments passed to a Parametrized Action’s ParametrizedAction.Execute event.
PopupWindowShowActionRepresents a Pop-up Window Show Action.
PopupWindowShowActionExecuteEventArgsRepresents arguments passed to a Pop-up Window Show Action’s PopupWindowShowAction.Execute event.
SimpleActionA class that implements a Simple Action to execute custom code when a user clicks a button in an Action Container.
SimpleActionExecuteEventArgsRepresents arguments passed to a Simple Action’s SimpleAction.Execute event.
SingleChoiceActionA class that implements a Single Choice Action.
SingleChoiceActionExecuteEventArgsRepresents arguments passed to a Single Choice Action’s SingleChoiceAction.Execute event.

Delegates

NameDescription
CustomizePopupWindowParamsEventHandlerRepresents a method that will handle the PopupWindowShowAction.CustomizePopupWindowParams event.
ParametrizedActionExecuteEventHandlerRepresents a method that will handle the ParametrizedAction.Execute event.
PopupWindowShowActionExecuteEventHandlerRepresents a method that will handle the PopupWindowShowAction.Execute event.
SimpleActionExecuteEventHandlerRepresents a method that will handle the SimpleAction.Execute event.
SingleChoiceActionExecuteEventHandlerRepresents a method that will handle the SingleChoiceAction.Execute event.

Enums

NameDescription
ActionMeaningContains values specifying whether an Action is represented by an accept, cancel or ordinal button in a Window Forms application’s pop-up Windows.
ActiveItemsBehaviorSpecifies the display mode for a Choice Action Item.
ChoiceActionItemFindTargetSpecifies whether a Choice Action’s Items found by the ChoiceActionItemCollection.Find method must contain child items.
ChoiceActionItemFindTypeSpecifies how the ChoiceActionItemCollection.Find method must perform a search.
DefaultItemModeContains values specifying the default Choice Action Item.
EmptyItemsBehaviorContains values specifying how a Choice Action with an empty ChoiceActionBase.Items collection must be displayed.
ImageModeContains values specifying the image displayed by an Action’s control.
SelectionDependencyTypeContains values specifying the type of selection that must be specified to make an Action enabled.
SingleChoiceActionItemTypeContains values specifying the type of a SingleChoiceAction‘s ChoiceActionBase.Items.
TargetObjectsCriteriaModeContains values specifying the quantity of selected objects that must satisfy a particular criterion (see ActionBase.TargetObjectsCriteria) to enable an Action.