Skip to main content

RowDataBase Class

In This Article

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public abstract class RowDataBase :
    DataObjectBase,
    IItem,
    ISupportVisibleIndex,
    INotifyPropertyChanged
See Also