Skip to main content

AppointmentDependencyBaseCollection(DXCollectionUniquenessProviderType) Constructor

Initializes a new instance of the AppointmentDependencyBaseCollection class with the specified settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentDependencyBaseCollection(
    DXCollectionUniquenessProviderType uniquenessProviderType
)

Parameters

Name Type Description
uniquenessProviderType DevExpress.Utils.DXCollectionUniquenessProviderType

A DXCollectionUniquenessProviderType object assigned to the created collection’s DXCollectionBase<T>.UniquenessProviderType property.

See Also