Session.SuppressThrowingAssociationCollectionWithDisabledLoading Property
OBSOLETE
Using that property will suppress detection of some potential problems with associated collections. Use it at your own risk.
Specifies whether exceptions are thrown when committing changes in a collection whose XPBaseCollection.LoadingEnabled property is set to false.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to suppress exceptions; otherwise false. |
Remarks
Generally, you don’t need to use this property.
See Also