Skip to main content
A newer version of this page is available. .

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.v19.1.DataModel.dll

Declaration

bool IsLoadedProxy(
    object threadSafeProxy
)

Parameters

Name Type
threadSafeProxy Object

Returns

Type
Boolean
See Also