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

AppointmentResourceIdCollection(Boolean) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public AppointmentResourceIdCollection(
    bool canAddDefaultContent
)

Parameters

Name Type Description
canAddDefaultContent Boolean

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

See Also