Back to Devexpress

GridMenuInfo.DataControl Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridmenuinfo-cf45183b.md

latest1.1 KB
Original Source

GridMenuInfo.DataControl Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataControlBase DataControl { get; }
vb
Public ReadOnly Property DataControl As DataControlBase

Property Value

TypeDescription
DataControlBase

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

|

See Also

GridMenuInfo Class

GridMenuInfo Members

DevExpress.Xpf.Grid Namespace