Skip to main content

ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.LookupViewModels Property

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public IEnumerable<object> LookupViewModels { get; }

Property Value

Type
IEnumerable<Object>
See Also