GridMenuInfo.DataControl Property
Gets the data control for which the context menu has been called.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DataControlBase | A DataControlBase that is the control for which the context menu has been called. |
See Also