IServiceAccessor<T>.DoWithService(Action<T>) Method
Performs the specified action with a service.
Namespace: DevExpress.Xpf.DataAccess
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | Action<T> | A Action delegate. |
See Also