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

CellContentPresenter.RowData Property

Gets or sets the information about a data row which contains the cell. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public RowData RowData { get; set; }

Property Value

Type Description
RowData

A RowData object that contains information about a data row.

See Also