Skip to main content

SpreadsheetControl.ReplaceService<T>(T) Method

Performs a service substitution.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public T ReplaceService<T>(
    T newService
)
    where T : class

Parameters

Name Type Description
newService T

A service of the specified type that will be registered.

Type Parameters

Name
T

Returns

Type Description
T

Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist.

See Also