GridRowInfo.GridControl Property
Gets the GridControl which owns the current View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
GridControl | A GridControl object that represents the grid to which the current View belongs. |
Remarks
To learn more, see Creating and Assigning Views.
See Also