CustomSummaryExistEventArgs Properties
Provides data for the GridControl.CustomSummaryExists event.Name | Description |
---|---|
Exists | Gets or sets whether the summary value should be calculated and displayed. |
GroupLevel | Gets the nesting level of the group whose summary value is being calculated. |
GroupRowHandle | Gets a value identifying the group row whose summary value is about to be calculated. |
IsGroupSummary | Gets whether a group summary value is about to be calculated. |
IsTotalSummary | Gets whether a total summary value is about to be calculated. |
Item | Gets a summary item whose value is about to be calculated. |
See Also