New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridCustomAggregateEventArgs

The event arguments passed when Telerik.Web.UI.RadGrid fires CustomAggregate event. The event is fired when a P:Telerik.Web.UI.GridBoundColumn.Aggregate property is set to F:Telerik.Web.UI.GridAggregateFunction.Custom .

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.GridCustomAggregateEventArgs

Properties

Column GridColumn

Gets the column for which the custom aggregate should be calculated.

Item GridItem

Gets the in which the aggregate will be placed.

Result Object

Gets or sets aggregate result.

In this article