Skip to main content

GridMenuInfo.DataControl Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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