Back to Devexpress

CellContentPresenter.RowData Property

wpf-devexpress-dot-xpf-dot-grid-dot-cellcontentpresenter-79818531.md

latest1.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public RowData RowData { get; set; }
vb
Public Property RowData As RowData

Property Value

TypeDescription
RowData

A RowData object that contains information about a data row.

|

See Also

CellContentPresenter Class

CellContentPresenter Members

DevExpress.Xpf.Grid Namespace