Skip to main content

CustomWorkTimeEventArgs.Resource Property

Gets the resource for which a work time setting is obtained.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceItem Resource { get; }

Property Value

Type Description
ResourceItem

A ResourceItem object that is the Scheduler’s resource.

See Also