Registers a View Item.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v18.2.dll
public void RegisterViewItem(
Type modelNodeType,
Type detailViewItemType,
bool isDefault
)
Public Sub RegisterViewItem(
modelNodeType As Type,
detailViewItemType As Type,
isDefault As Boolean
)
Type | Name | Description |
---|---|---|
Type | modelNodeType | A Type of the ViewItems | <ViewItem> node. |
Type | detailViewItemType | A Type object specifying the View Item type. |
Boolean | isDefault | true, if the View Item should be used by default; otherwise, false. |