Skip to main content

GridContextMenuInfoBase.Grid Property

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
GridControl

A GridControl instance.

See Also