CustomSummaryExistEventHandler Delegate
In This Article
Represents a method that will handle the GridControl.CustomSummaryExists event.
Namespace: DevExpress.Data
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public delegate void CustomSummaryExistEventHandler(
object sender,
CustomSummaryExistEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Custom |
See Also