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

ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.SelectedEntity Property

The selected entity.

Namespace: DevExpress.Mvvm.ViewModel

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

Declaration

public virtual TProjection SelectedEntity { get; set; }

Property Value

Type
TProjection

Remarks

Since ReadOnlyCollectionViewModelBase is a POCO view model, this property will raise INotifyPropertyChanged.PropertyEvent when modified so it can be used as a binding source in views.

See Also