Table of Contents

Property IsLastInParent

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

IsLastInParent

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

[Browsable(false)]
public virtual bool IsLastInParent { 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.