Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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