Skip to main content
.NET 6.0+

ModelNodesGeneratorAttribute(Type) Constructor

Initializes a new instance of the ModelNodesGeneratorAttribute class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ModelNodesGeneratorAttribute(
    Type type
)

Parameters

Name Type Description
type Type

A System.Type object specifying the Node Generator for the target node interface.

See Also