Skip to main content
All docs
V24.1

FileExplorerAssistant.AddService<TService>(TService) Method

Namespace: DevExpress.XtraDialogs

Assembly: DevExpress.XtraDialogs.v24.1.dll

NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

public void AddService<TService>(
    TService service
)
    where TService : class

Parameters

Name Type
service TService

Type Parameters

Name
TService
See Also