Skip to main content
A newer version of this page is available. .

ModelNodesGeneratorAttribute(Type) Constructor

Initializes a new instance of the ModelNodesGeneratorAttribute class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

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