Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ResourceDataSourceCreatingEventArgs.ResourceType Property

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

Namespace: DevExpress.ExpressApp.Scheduler

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