GridContextMenuInfoBase.Grid Property
In This Article
Gets the target GridControl instance for the context menu.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridControl Grid { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also