Back to Devexpress

ActionBase Fields

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbase-dot-underscore-fields.md

latest1.9 KB
Original Source

ActionBase Fields

The base class for Actions.

NameDescription
AnyCaptionSpecifies the caption for the ActionBase.TargetViewId property value which means “Any view ID”. By default, this field value is set to “Any”.
RequireMultipleObjectsContextReturns a context for enabling/disabling the Action whose ActionBase.SelectionDependencyType property is set to RequireMultipleObjects. Used for the Action’s ActionBase.Enabled list item that has the true value, if one or more objects are selected in the current View, and false , if no object is selected.
RequireSingleObjectContextReturns a context for enabling/disabling the Action whose ActionBase.SelectionDependencyType property is set to RequireSingleObjects. Used for the Action’s ActionBase.Enabled list item that has the true value, if a single object is selected in the current View, and false , if more than one object is selected.

See Also

ActionBase Class

ActionBase Members

DevExpress.ExpressApp.Actions Namespace