XPObjectType(Session, String, String) Constructor
Initializes a new instance of the XPObjectType class with the specified session and type-specific settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session object. |
assemblyName | String | A String value which specifies the assembly name. This value is assigned to the XPObjectType.AssemblyName property. |
typeName | String | A String value which specifies the type name. This value is assigned to the XPObjectType.TypeName property. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also