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

RowEventArgs Class

Namespace: DevExpress.UI.Xaml.Grid

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

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