C1.Silverlight.FlexGrid.5
CustomAggregate Event

Occurs when the grid needs to calculate a custom aggregate.
Syntax
'Declaration
 
Public Event CustomAggregate As System.EventHandler(Of CustomAggregateEventArgs)
public event System.EventHandler<CustomAggregateEventArgs> CustomAggregate
Event Data

The event handler receives an argument of type CustomAggregateEventArgs containing data related to this event. The following CustomAggregateEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CellRangeCellRange affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
CellTypeCellType of the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
ColumnIndex of the column affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
PanelGridPanel that contains the range affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
ResultGets or sets the custom aggregate calculated over the range.  
RowIndex of the row affected by the event. (Inherited from C1.Silverlight.FlexGrid.CellRangeEventArgs)
Remarks
The event arguments contain a range that is to be aggregated; the event handler should calculate the custom aggregate and assign the value to the Result parameter.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.