Skip to main content
.NET 8.0+

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

TargetObjectsCriteriaMode Enum

Contains values specifying the quantity of selected objects that must satisfy a particular criterion (see ActionBase.TargetObjectsCriteria) to enable an Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public enum TargetObjectsCriteriaMode

#Members

Name Description
TrueAtLeastForOne

At least one of the selected objects in a View must satisfy the criteria specified by the ActionBase.TargetObjectsCriteria property to enable the Action.

TrueForAll

All the objects selected in a View must satisfy the criteria specified by the ActionBase.TargetObjectsCriteria property to enable the Action.

#Related API Members

The following properties accept/return TargetObjectsCriteriaMode values:

#Remarks

Members of the TargetObjectsCriteriaMode enumeration specify the selection type that must by applied to a View to enable a specific Action. To get the enumeration value which is considered by the Action, use the ActionBase.TargetObjectsCriteriaMode property.

See Also