RowData.Row Property
In This Article
Gets a row object that corresponds to the row. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object in a data source that corresponds to the current row. |
#Remarks
Row objects represent records in a data source.
See Also