Skip to main content

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.v23.2.DataModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

bool IsLoadedProxy(
    object threadSafeProxy
)

Parameters

Name Type
threadSafeProxy Object

Returns

Type
Boolean
See Also