Skip to main content
A newer version of this page is available. .

SchedulerControl.GetService<T>() Method

Gets the service object of the specified generic type.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public virtual T GetService<T>()

Type Parameters

Name
T

Returns

Type Description
T

A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.

See Also