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

SingleObjectViewModelBase<TEntity, TPrimaryKey, TUnitOfWork>.Title Property

The display text for a given entity used as a title in the corresponding view.

Namespace: DevExpress.Mvvm.ViewModel

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

Declaration

public object Title { get; }

Property Value

Type
Object
See Also