RowEventArgs Class
In This Article
Provides data for the GridControl.GroupRowExpanded, GridControl.GroupRowCollapsed, GridViewBase.RowUpdated and GridViewBase.RowCanceled events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class RowEventArgs :
RoutedEventArgs,
IDataRowEventArgs
#Remarks
The RowEventArgs class provides the RowEventArgs.Row and RowEventArgs.RowHandle properties, that allow the processed row and its handle to be identified.
To learn more, see Identifying Rows and Cards and Obtaining Row Handles.
#Inheritance
See Also