Skip to main content

CustomSummaryExistEventArgs Class

Provides data for the GridControl.CustomSummaryExists event.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public class CustomSummaryExistEventArgs :
    EventArgs

#Remarks

The GridControl.CustomSummaryExists event is raised before a particular summary value is calculated, and enables you to specify which summaries should be calculated and displayed.

For detailed information, see Data Summaries Overview.

#Inheritance

Object
EventArgs
CustomSummaryExistEventArgs
See Also