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

ModelNodesGeneratorAttribute.TypeName Property

Gets the full name of the ModelNodesGeneratorAttribute attribute’s target interface.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string TypeName { get; }

Property Value

Type Description
String

A string which is the ModelNodesGeneratorAttribute full name of the attribute’s target interface.

See Also