A newer version of this page is available.
Switch to the current version.
GridViewBase.Grid Property
Gets the grid which owns the current View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.dll
Declaration
Property Value
Type | Description |
---|---|
GridControl | A GridControl object that represents the grid to which the current View belongs. |
Remarks
To specify the View, use the grid's GridControl.View property. To learn more, see Creating and Assigning Views.
See Also
Feedback