Back to Devexpress

SpreadsheetControl.GetService<T>() Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-getservice-1.md

latest1.1 KB
Original Source

SpreadsheetControl.GetService<T>() Method

Gets the specified service.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public T GetService<T>()
    where T : class
vb
Public Function GetService(Of T As Class) As T

Type Parameters

Name
T

Returns

TypeDescription
T

A service object of the specified type, or null for reference types and zero for numeric value types if a service is not available.

|

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace