Table of Contents

Property LastVisibleItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LastVisibleItem

Gets the last visible menu item in the collection of items.

[Browsable(false)]
public virtual MenuItem? LastVisibleItem { get; }

Property Value

MenuItem

Remarks

This property iterates through the collection of items in reverse order to find the last item with its Visible property set to true.