Back to Devexpress

EmptyResourceId Class

corelibraries-devexpress-dot-xtrascheduler-04e69cdd.md

latest1.7 KB
Original Source

EmptyResourceId Class

Provides a static method to obtain the identifier of an empty resource.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public sealed class EmptyResourceId
vb
Public NotInheritable Class EmptyResourceId

The following members return EmptyResourceId objects:

LibraryRelated API Members
Cross-Platform Class LibraryEmptyResourceId.Id
ResourceEmpty.Id
WPF ControlsResourceItemEmpty.Id

Remarks

An empty resource is a special value indicating the absence of an associated resource for an appointment. The Appointment.ResourceId and Appointment.ResourceIds properties contain the EmptyResourceId.Id value if an appointment has no resource.

Inheritance

Object EmptyResourceId

See Also

EmptyResourceId Members

DevExpress.XtraScheduler Namespace