GridViewBase.Grid Property
In This Article
Gets the grid which owns the current View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
To specify the View, use the grid's GridControl.View property. To learn more, see Creating and Assigning Views.
See Also