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

AppointmentViewInfoCollection(Int32) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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