Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ControlDetailItem(IModelControlDetailItem, Type) Constructor

Creates and initializes a new instance of the ControlDetailItem class.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public ControlDetailItem(
    IModelControlDetailItem model,
    Type objectType
)

Parameters

Name Type Description
model IModelControlDetailItem

An IModelControlDetailItem object that represents the Application Model‘s Views | <DetailView> | Items | DetailViewItem node that defines the current View Item.

objectType Type

A Type object that represents the type of the object for which the current View Item’s View is created.

See Also