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

IContextMenuItemInfo.Parent Property

Returns information about a menu item’s parent item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

IContextMenuItemInfo Parent { get; }

Property Value

Type Description
IContextMenuItemInfo

An object that implements the IContextMenuItemInfo interface and stores information about the menu item’s parent item.

See Also