RowData Class
In This Article
Contains information about a data row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Returned By
Properties and methods that return RowData instances:
#Remarks
A RowData object contains information about a data row and serves as a data context (binding source) for the following templates: TableView.DataRowTemplate and TableView.PrintRowTemplate.
#Inheritance
Object
DispatcherObject
DependencyObject
DataObjectBase
RowDataBase
DevExpress.Xpf.Grid.ColumnsRowDataBase
RowData
See Also