Serves as a base for classes that represent Views.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public abstract class DataViewBase : Control, ILogicalOwner,
IColumnOwnerBase,
IConvertClonePropertyValue,
IPrintableControl,
IRightToLeftSupport,
INotifyPropertyChanged
|
VB |
Public Class DataViewBase Inherits Control, ILogicalOwner,
IColumnOwnerBase,
IConvertClonePropertyValue,
IPrintableControl,
IRightToLeftSupport,
INotifyPropertyChanged
|

Remarks

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
DataViewBase
CardView
GanttView
GridDataViewBase
GridViewBase
TableView
TreeListView

See Also