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.2.Core.Desktop.dll

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

Declaration

public Resource Resource { get; }

Property Value

Type Description
Resource

A Resource object instance.

See Also