IInstantFeedbackSource<TEntity>.IsLoadedProxy(Object) Method
Check if a proxy object is in the Loaded state. If a proxy object is not in the Loaded state, its properties have not yet been initialized.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v25.1.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Parameters
| Name | Type |
|---|---|
| threadSafeProxy | Object |
Returns
| Type |
|---|
| Boolean |
See Also