ControlViewItem(String, Object) Constructor
Initializes a new instance of the ControlViewItem class.
Namespace: DevExpress.ExpressApp.Layout
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | A string specifying the identifier of the View Item. |
| control | Object | An object that represents a control used to display the current View Item in a UI. |
See Also