Skip to main content

CustomSummaryExistEventHandler Delegate

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 CustomSummaryExistEventArgs
See Also