Skip to main content
All docs
V25.1
  • ServiceCollectionExtensions.AddTransientDXPopup Method

    Name Parameters Description
    AddTransientDXPopup(IServiceCollection, Type, Type) static services, popupViewType, popupViewModelType Registers a transient service for the popup view in the specified IServiceCollection. This method binds the popup view to its View Model and enables dependency injection.
    AddTransientDXPopup<TPopupView, TPopupViewModel>(IServiceCollection) static services Registers a transient service for a popup view and its View Model in the specified IServiceCollection. The method binds a popup view to its View Model.