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

IntervalFoundEventArgs.Resource Property

Gets or sets a resource for appointments which are taken into account when a search for a free time is performed.

Namespace: DevExpress.XtraScheduler.Tools

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

Declaration

public Resource Resource { get; set; }

Property Value

Type Description
Resource

A Resource object, representing the resource assigned to appointments involved in a search.

See Also