DXPopupService.AddTransient Method
| Name | Parameters | Description |
|---|---|---|
| AddTransient(IServiceCollection, Type, Type) static | services, popupViewType, popupViewModelType | Registers a popup view and its View Model as transient services in the dependency injection container. |
| AddTransient<TPopupView, TPopupViewModel>(IServiceCollection) static | services | Registers a popup view and its View Model as transient services in the dependency injection container. |