Skip to main content
.NET Framework 4.5.2+

SchedulerListEditorBase.GetResourceType() Method

Returns the type of the Resource objects used by the Scheduler.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public Type GetResourceType()

Returns

Type Description
Type

A Type object that represents the type of the Resource objects used by the scheduling control.

Remarks

This method is intended for internal use.

See Also