RowHandle Class
In This Article
Represents a row’s handle.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Related API Members
The following members return RowHandle objects:
#Remarks
This object is returned by the attached DataViewBase.RowHandle property, which is not intended to be used directly in your code.
See Also