Skip to main content

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.v14.2.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