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.v19.1.Core.dll

Declaration

public class RowHandle :
    INotifyPropertyChanged

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.

Inheritance

Object
RowHandle
See Also