Skip to main content
.NET 6.0+

ControlDetailItem(IModelControlDetailItem, Type) Constructor

Creates and initializes a new instance of the ControlDetailItem class.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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