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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
RowData | A RowData object that contains information about a data row. |
See Also