Skip to main content

QueryWorkTimeEventArgs.Resource Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public Resource Resource { get; }

Property Value

Type Description
Resource

A Resource object instance.

See Also