Skip to main content

CellData.RowData Property

Gets information about the data row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => NotifyPropertyChanged(RowDataArgs)")]
public IRowData RowData { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.Internal.IRowData

Information about the data row.

See Also