EditorDescriptorsFactory.RegisterViewItem(Type, Type, Boolean) Method
Registers a View Item.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| modelNodeType | Type | A Type of the ViewItems | <ViewItem> node. |
| detailViewItemType | Type | A Type object specifying the View Item type. |
| isDefault | Boolean | true, if the View Item should be used by default; otherwise, false. |
See Also