Skip to main content
.NET 6.0+

IModelViewController.TargetObjectType Property

Indicates the type of objects for which the Controller is activated.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string TargetObjectType { get; }

Property Value

Type Description
String

A string representing the type of objects for which the Controller is activated.

See Also