SpreadsheetControl.ReplaceService<T>(T) Method
Performs a service substitution.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
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