RowEventArgs Class
In This Article
Provides data for the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#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