Represents a cell which holds the returned by an aggregate function result.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewAggregateResultCell : GridViewCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewAggregateResultCell
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewAggregateResultCell class.
public GridViewAggregateResultCell()
Fields
AggregateNameProperty
DependencyProperty
Identifies the AggregateName dependency property.
public static readonly DependencyProperty AggregateNameProperty
AggregateResultProperty
DependencyProperty
Identifies the AggregateResult dependency property.
public static readonly DependencyProperty AggregateResultProperty
Properties
Gets or sets the name of the aggregate function which supplies the value to display in the GridViewAggregateResultCell.
public string AggregateName { get; set; }
The aggregate function which supplies the value to display in the GridViewAggregateResultCell.
Gets or sets the returned by an aggregate function result which is displayed in the GridViewAggregateResultCell.
public AggregateResult AggregateResult { get; set; }
The returned by an aggregate function result which is displayed in the GridViewAggregateResultCell.