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

ModelNodesGeneratorUpdater<T>.GeneratorType Property

Gets the type of the Nodes Generator specified by the ModelNodesGeneratorUpdater<T> class’ type argument.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public Type GeneratorType { get; }

Property Value

Type Description
Type

A System.Type object, which is the type of the Nodes Generator specified by the ModelNodesGeneratorUpdater<T> class’ type argument.

Implements

See Also