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

IModelNodesGeneratorUpdater.GeneratorType Property

Gets the type of the Nodes Generator for which the IModelNodesGeneratorUpdater object is intended.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

Type GeneratorType { get; }

Property Value

Type Description
Type

The System.Type of the Nodes Generator for which the IModelNodesGeneratorUpdater object is intended.

See Also