BarMdiChildrenListItem.ItemLinks Property
Provides access to links owned and displayed by the container item.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public override BarItemLinkCollection ItemLinks { get; }
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.
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.