IContextMenuItemInfo.Parent Property
Returns information about a Context Menu item’s parent item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.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 Context Menu item’s parent item. |
See Also