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

CollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.EntityDisplayName Property

The display name of TEntity to be used when presenting messages to the user.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v19.1.ViewModel.dll

Declaration

public virtual string EntityDisplayName { get; }

Property Value

Type
String
See Also