Skip to main content
All docs
V23.2

FileExplorerAssistant.AddService<TService>(TService) Method

Namespace: DevExpress.XtraDialogs

Assembly: DevExpress.XtraDialogs.v23.2.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