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