Skip to main content
All docs
V25.1
  • FileExplorerAssistant.AddService<TService>(TService) Method

    Namespace: DevExpress.XtraDialogs

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