Skip to main content

RowEventArgs Class

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class RowEventArgs :
    EventArgs

Remarks

The RowEventArgs class provides the RowEventArgs.Row and RowEventArgs.RowHandle properties, which allow the processed row and its handle to be identified.

See Also