Skip to main content

AppointmentViewInfoCollection(Int32) Constructor

Initializes new instance of the AppointmentViewInfoCollection class with the specified settings.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentViewInfoCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer that is the number of elements that the internal list can contain before resizing is required.

See Also