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

BarItemLinkReadOnlyCollection(Int32) Constructor

Creates a new BarItemLinkReadOnlyCollection object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BarItemLinkReadOnlyCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

The number of elements that the collection can contain.

See Also