IContextMenuItemInfo.Parent Property
In This Article
Returns information about a Context Menu item’s parent item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IContextMenuItemInfo Parent { get; }
#Property Value
Type | Description |
---|---|
IContext |
An object that implements the IContext |
See Also