Back to Devexpress

ActionAttribute Properties

expressappframework-devexpress-dot-persistent-dot-base-dot-actionattribute-dot-underscore-properties.md

latest2.6 KB
Original Source

ActionAttribute Properties

Converts a persistent class method into a SimpleAction or PopupWindowShowAction.

NameDescription
AutoCommitSpecifies whether to commit the changes made to data when the Action attribute’s target method is executed in ListView.
CaptionSpecifies the caption for the generated Action.
CategorySpecifies the category for the generated Action.
ConfirmationMessageSpecifies the confirmation message displayed when an end-user executes the generated Action.
ImageNameSpecifies the name of the image for the generated Action.
SelectionDependencyTypeSpecifies a context for enabling the generated Action.
TargetObjectsCriteriaSpecifies the criteria for enabling the generated Action.
TargetObjectsCriteriaModeSpecifies whether all the currently selected objects must satisfy the ActionAttribute.TargetObjectsCriteria criteria to make an Action enabled.
ToolTipSpecifies the tooltip for the generated Action.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

ActionAttribute Class

ActionAttribute Members

DevExpress.Persistent.Base Namespace