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

ResourceDataSourceCreatingEventArgs.ResourceType Property

Specifies the type of the Resource objects used by the scheduling control.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.1.dll

Declaration

public Type ResourceType { get; }

Property Value

Type Description
Type

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

See Also