Skip to main content
All docs
V26.1
  • ViewModelLocator.Default Property

    Gets or sets the global default IViewModelLocator instance.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public static IViewModelLocator Default { get; set; }

    Property Value

    Type Description
    DevExpress.Mvvm.IViewModelLocator

    The global default IViewModelLocator instance.

    See Also