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

IModelAction.TargetObjectsCriteria Property

Specifies the criteria that must be satisfied by the selected object(s) to make the current Action enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[CriteriaOptions("TargetObjectType")]
string TargetObjectsCriteria { get; set; }

#Property Value

Type Description
String

A string specifying the criteria that must be satisfied by the selected object(s) to make the current Action enabled.

#Remarks

The ActionBase.TargetObjectsCriteria property is initialized based on this property value.

Note

You can use Function Criteria Operators in the criteria assigned to this attribute. The common rules for writing a criteria are described in the Ways to Build Criteria topic.

See Also