Skip to main content
A newer version of this page is available. .

RowHandle Class

Represents a row’s handle.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Grid.v21.1.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class RowHandle :
    INotifyPropertyChanged

The following members return RowHandle objects:

Library Related API Members
WPF Controls DataViewBase.GetRowHandle(DependencyObject)
RowData.RowHandle
Silverlight Controls DataViewBase.GetRowHandle(DependencyObject)
RowData.RowHandle

Remarks

This object is returned by the attached DataViewBase.RowHandle property, which is not intended to be used directly in your code.

Inheritance

Object
RowHandle
See Also