Skip to main content
.NET 6.0+

EditorDescriptorsFactory.RegisterViewItem(Type, Type, Boolean) Method

Registers a View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RegisterViewItem(
    Type modelNodeType,
    Type detailViewItemType,
    bool isDefault
)

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