Skip to main content
A newer version of this page is available. .

ITypeInfo.FullName Property

Specifies the fully qualified name of the type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

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