Skip to main content

GridViewBase Class

Serves as the base for objects representing Views in a grid control.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[SelectedItemsSourceBrowsable]
public abstract class GridViewBase :
    GridDataViewBase

#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:

ViewsHierarchy

To learn more, see Views Hierarchy.

See Also