Back to Devexpress

DataObjectBase Class

wpf-devexpress-dot-xpf-dot-core-2a169a38.md

latest2.3 KB
Original Source

DataObjectBase Class

Represents the base for classes containing information about specific data-aware grid elements.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class DataObjectBase :
    DependencyObject,
    INotifyContentChanged,
    INotifyPropertyChanged
vb
Public Class DataObjectBase
    Inherits DependencyObject
    Implements INotifyContentChanged,
               INotifyPropertyChanged

The following members return DataObjectBase objects:

Inheritance

Show 19 items

Object DispatcherObject DependencyObject DataObjectBase EditableDataObject

RowDataBase

GridDataBase

GridGroupSummaryData

GridGroupValueData

RowData

TreeListRowData

CardData

CardHeaderData

TreeViewRowData

GridCellData

GridColumnData

HeadersData

EditGridCellData

GroupRowData

See Also

DataObjectBase Members

DevExpress.Xpf.Core Namespace