Skip to main content
.NET 6.0+

IModelAction.TargetObjectsCriteriaMode Property

Specifies whether all the currently selected objects must satisfy the IModelAction.TargetObjectsCriteria criteria to make the Action enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

TargetObjectsCriteriaMode TargetObjectsCriteriaMode { get; set; }

Property Value

Type Description
TargetObjectsCriteriaMode

A TargetObjectsCriteriaMode enumeration value specifying whether all the currently selected objects must satisfy the TargetObjectsCriteria criteria to make the Action enabled.

See Also