Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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