Skip to main content

AppointmentResourceIdCollection(Boolean) Constructor

Initializes a new instance of the AppointmentResourceIdCollection class and allows you to add default resources to the collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentResourceIdCollection(
    bool canAddDefaultContent
)

Parameters

Name Type Description
canAddDefaultContent Boolean

true to add the default resource ID (EmptyResourceId.Id); otherwise, false.

See Also