SpreadsheetControl.ReplaceService<T>(T) Method
In This Article
Performs a service substitution.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
new |
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