Skip to main content
.NET 6.0+

ModelNodesGeneratorAttribute.TypeName Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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