Back to Devexpress

RowDataBase Class

wpf-devexpress-dot-xpf-dot-grid-b2316b4a.md

latest1.6 KB
Original Source

RowDataBase Class

Serves as a base for classes that contain information about rows and cards.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class RowDataBase :
    DataObjectBase,
    IItem,
    ISupportVisibleIndex,
    INotifyPropertyChanged
vb
Public MustInherit Class RowDataBase
    Inherits DataObjectBase
    Implements IItem,
               ISupportVisibleIndex,
               INotifyPropertyChanged

Inheritance

Show 11 items

Object DispatcherObject DependencyObject DataObjectBase RowDataBase RowData

TreeListRowData

CardData

TreeViewRowData

HeadersData

GroupRowData

See Also

RowDataBase Members

DevExpress.Xpf.Grid Namespace