GridViewBase Class
In This Article
Serves as the base for objects representing Views in a grid control.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Returned By
The RowEventArgs.Source property returns an instance of GridViewBase.
#Remarks
The GridViewBase provides the basic functionality common to all types of view. The image below displays the View class diagram:
To learn more, see Views Hierarchy.
#Inheritance
#Extension Methods
See Also