Skip to main content
A newer version of this page is available. .

RowDataBase Class

Contains information about grid rows.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class RowDataBase :
    INotifyPropertyChanged,
    IRowData,
    IRowBaseData

Remarks

The following templates use a RowDataBase object as a data context:

See Also