Skip to main content
.NET 6.0+

IModelListViewFilterItem.TargetType Property

Specifies the objects’ type used in the construction of the IModelListViewFilterItem.Criteria.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
Type TargetType { get; }

Property Value

Type Description
Type

The objects’ type used in the construction of the IModelListViewFilterItem.Criteria.

Remarks

The common rules of writing a criteria are described in the Ways to Build Criteria topic.

See Also