Table of Contents

Property IsLastVisibleInParent

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

IsLastVisibleInParent

Gets a value indicating whether this item is the last visible item in its parent menu.

[Browsable(false)]
public virtual bool IsLastVisibleInParent { get; }

Property Value

bool

Remarks

This property returns false if the item does not have a logical parent or if the parent is not a Menu.