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

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.CanEdit(Object) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v18.2.ViewModel.dll

Declaration

public virtual bool CanEdit(
    object threadSafeProxy
)

Parameters

Name Type
threadSafeProxy Object

Returns

Type
Boolean
See Also