Skip to main content
.NET 6.0+

IModelNodesGeneratorUpdater.GeneratorType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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