Skip to main content
A newer version of this page is available. .

GridMenuInfo.DataControl Property

Gets the data control for which the context menu has been called.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public DataControlBase DataControl { get; }

Property Value

Type Description
DataControlBase

A DataControlBase that is the control for which the context menu has been called.

See Also