RadControls for WPF

Represents a cell which holds the returned by an aggregate function result.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public class GridViewAggregateResultCell : GridViewCellBase
Visual Basic
Public Class GridViewAggregateResultCell _
	Inherits GridViewCellBase

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls.GridView..::..GridViewCellBase
                  Telerik.Windows.Controls.GridView..::..GridViewAggregateResultCell

See Also