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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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