ControlViewItem(IModelControlDetailItem, Type) Constructor
Initializes a new instance of the ControlViewItem class.
Namespace: DevExpress.ExpressApp.Layout
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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