ExplicitLoadingAttribute(Int32) Constructor
Initializes a new instance of the ExplicitLoadingAttribute class with the specified ExplicitLoadingAttribute.Depth property.
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 |
---|---|---|
depth | Int32 | An integer value that specifies the reference depth of the current class from the root class. This value is assigned to the ExplicitLoadingAttribute.Depth property. |
See Also