ClassGridViewAggregateResultCell
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
GridViewAggregateResultCell()
Initializes a new instance of the GridViewAggregateResultCell class.
Declaration
public GridViewAggregateResultCell()
Fields
AggregateNameProperty
Identifies the AggregateName dependency property.
Declaration
public static readonly DependencyProperty AggregateNameProperty
Field Value
DependencyProperty
AggregateResultProperty
Identifies the AggregateResult dependency property.
Declaration
public static readonly DependencyProperty AggregateResultProperty
Field Value
DependencyProperty
Properties
AggregateName
Gets or sets the name of the aggregate function which supplies the value to display in the GridViewAggregateResultCell.
Declaration
public string AggregateName { get; set; }
Property Value
The aggregate function which supplies the value to display in the GridViewAggregateResultCell.
AggregateResult
Gets or sets the returned by an aggregate function result which is displayed in the GridViewAggregateResultCell.
Declaration
public AggregateResult AggregateResult { get; set; }
Property Value
The returned by an aggregate function result which is displayed in the GridViewAggregateResultCell.
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e