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

QueryWorkTimeEventArgs.Resource Property

Gets the resource for which the working time interval is queried.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public Resource Resource { get; }

Property Value

Type Description
Resource

A Resource object instance.

See Also