Skip to main content

RowEventArgs.RowHandle Property

Gets the processed row’s handle.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public int RowHandle { get; protected set; }

#Property Value

Type Description
Int32

An integer value that specifies the processed row’s handle.

See Also