ITypeInfo.FullName Property
Specifies the fully qualified name of the type.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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