Skip to main content
.NET 6.0+

ControlViewItem(IModelControlDetailItem, Type) Constructor

Initializes a new instance of the ControlViewItem class.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ControlViewItem(
    IModelControlDetailItem model,
    Type objectType
)

Parameters

Name Type Description
model IModelControlDetailItem

The IModelControlDetailItem model node defined a control View Item of the current Detail View.

objectType Type

The type of the business object that is represented by the View where the current View Item is contained.

See Also