Class GridViewAggregateResultCell
Represents a cell which holds the returned by an aggregate function result.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewAggregateResultCell : GridViewCellBase, INotifyPropertyChanged, IProvideGridViewColumn
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
System.Windows.DependencyProperty
|
AggregateResultProperty
Identifies the AggregateResult dependency property.
Declaration
public static readonly DependencyProperty AggregateResultProperty
Field Value
System.Windows.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
System.String
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
AggregateResult
The returned by an aggregate function result which is displayed in the GridViewAggregateResultCell. |
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|