Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.2.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