Skip to main content
.NET 6.0+

ResourceDataSourceCreatingEventArgs.ResourceType Property

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

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.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