Back to Devexpress

DataViewBase Class

wpf-devexpress-dot-xpf-dot-grid-728ce42d.md

latest5.0 KB
Original Source

DataViewBase Class

Serves as a base for classes that represent Views.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class DataViewBase :
    Control,
    ILogicalOwner,
    IInputElement,
    IColumnOwnerBase,
    IConvertClonePropertyValue,
    IPrintableControl,
    IPrintingTarget,
    IRightToLeftSupport,
    INotifyPropertyChanged
vb
Public MustInherit Class DataViewBase
    Inherits Control
    Implements ILogicalOwner,
               IInputElement,
               IColumnOwnerBase,
               IConvertClonePropertyValue,
               IPrintableControl,
               IPrintingTarget,
               IRightToLeftSupport,
               INotifyPropertyChanged

The following members return DataViewBase objects:

Show 28 links

Remarks

Implements

IPrintableControl

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataViewBase GridDataViewBase

TableView

GanttView

CardView

TreeListView

GridViewBase

See Also

DataViewBase Members

Product Class Structure

DevExpress.Xpf.Grid Namespace