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

ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.LookupViewModels Property

Namespace: DevExpress.Mvvm.ViewModel

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

Declaration

public IEnumerable<object> LookupViewModels { get; }

Property Value

Type
IEnumerable<Object>
See Also