Skip to main content

NavReadOnlyLinkCollection() Constructor

Creates an instance of the NavReadOnlyLinkCollection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavReadOnlyLinkCollection()

Remarks

The constructor is used to create and initialize a new NavReadOnlyLinkCollection object. You are not supposed to create such objects directly from your code. They are created automatically in the NavBarGroup and NavBarItem constructors to represent the NavBarGroup.VisibleItemLinks and NavBarItem.Links properties.

See Also