Back to Devexpress

GridViewBase Class

wpf-devexpress-dot-xpf-dot-grid-7e902ad7.md

latest2.3 KB
Original Source

GridViewBase Class

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

Declaration

csharp
[SelectedItemsSourceBrowsable]
public abstract class GridViewBase :
    GridDataViewBase
vb
<SelectedItemsSourceBrowsable>
Public MustInherit Class GridViewBase
    Inherits GridDataViewBase

The following members return GridViewBase objects:

Remarks

The GridViewBase provides the basic functionality common to the TableView and CardView. The image below displays the View class diagram:

Implements

IPrintableControl

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataViewBase GridDataViewBase GridViewBase CardView

TableView

See Also

GridViewBase Members

Product Class Structure

DevExpress.Xpf.Grid Namespace