NavReadOnlyLinkCollection() Constructor
Creates an instance of the NavReadOnlyLinkCollection class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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