wpf-devexpress-dot-xpf-dot-grid-7e902ad7.md
Serves as the base for objects representing Table and Card views in a grid control.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
[SelectedItemsSourceBrowsable]
public abstract class GridViewBase :
GridDataViewBase
<SelectedItemsSourceBrowsable>
Public MustInherit Class GridViewBase
Inherits GridDataViewBase
The following members return GridViewBase objects:
The GridViewBase provides the basic functionality common to the TableView and CardView. The image below displays the View class diagram:
Show 12 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataViewBase GridDataViewBase GridViewBase CardView
See Also