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.v14.2.dll
#Declaration
#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 Obtaining Row Handles.
#Examples
#Inheritance
See Also