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

BarMdiChildrenListItem.ItemLinks Property

Provides access to links owned and displayed by the container item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object containing links owned and displayed by the container item.

Remarks

A BarMdiChildrenListItem item displays a list of items representing available MDI child windows. For instance, you can insert a link to BarMdiChildrenListItem into a submenu,. In this case, when the submenu is about to appear, the link will be substituted with the items representing MDI child windows.

MDIChildrenListItem

The ItemLinks property provides access to links representing MDI child windows. The links will be displayed in place of the BarMdiChildrenListItem item. Note that the link collection is maintained automatically by the BarMdiChildrenListItem item. It is recreated each time the BarMdiChildrenListItem must be displayed. You can change the collection (add, remove specific items), but these changes will be discarded before displaying the BarMdiChildrenListItem.

See Also