Skip to main content
Bar

BarItemLinkReadOnlyCollection(Int32) Constructor

Creates a new BarItemLinkReadOnlyCollection object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: 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