ControlViewItem Constructors
A View Item that displays a specific unbound control in a UI.| Name | Parameters | Description |
|---|---|---|
| ControlViewItem(IModelControlDetailItem, Type) | model, objectType | Initializes a new instance of the ControlViewItem class. |
| ControlViewItem(String, Object) | id, control | Initializes a new instance of the ControlViewItem class. |
| ControlViewItem(String, String, Object) | id, caption, control | Initializes a new instance of the ControlViewItem class. |
See Also