RowEventHandler Delegate
In This Article
Represents a method that will handle 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
public delegate void RowEventHandler(
object sender,
RowEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Row |
See Also