Skip to main content

ViewServiceBase Class

The base class for services that are capable of locating Views by their type names.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract class ViewServiceBase :
    ServiceBase

Remarks

See View creation mechanisms to learn more.

See Also