Skip to main content
.NET 6.0+

ITypeInfo.FullName Property

Specifies the fully qualified name of the type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string FullName { get; }

Property Value

Type Description
String

A string that holds the fully qualified name of the type.

Remarks

A type’s full name comprises the namespace and the type’s ITypeInfo.Name.

See Also