Skip to main content
A newer version of this page is available. .

CustomSummaryExistEventHandler Delegate

Represents a method that will handle the GridControl.CustomSummaryExists event.

Namespace: DevExpress.Data

Assembly: DevExpress.Core.v19.2.dll

Declaration

public delegate void CustomSummaryExistEventHandler(
    object sender,
    CustomSummaryExistEventArgs e
);

Parameters

Name Type
sender Object
e CustomSummaryExistEventArgs
See Also