Skip to main content

GridRowCellContextMenuInfo.Cell Property

Gets a cell for which the context menu is invoked.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public CellControl Cell { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.Internal.CellControl

A cell for which the context menu is invoked.

See Also