Skip to main content

RowData.Row Property

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

public object Row { get; set; }

#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