Back to Devexpress

RowHandle Class

wpf-devexpress-dot-xpf-dot-data-f07aa72c.md

latest1.3 KB
Original Source

RowHandle Class

Represents a row’s handle.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class RowHandle :
    INotifyPropertyChanged
vb
Public Class RowHandle
    Implements 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

RowHandle Members

DevExpress.Xpf.Data Namespace