Class
GridViewAggregateResultCell

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:

cs-api-definition
public class GridViewAggregateResultCell : GridViewCellBase, INotifyPropertyChanged

Inheritance: objectGridViewCellBaseGridViewAggregateResultCell

Implements: INotifyPropertyChanged

Inherited Members GridViewCellBase.CellDoubleClickEventGridViewCellBase.VerticalGridLinesBrushPropertyGridViewCellBase.VerticalGridLinesWidthPropertyGridViewCellBase.OnMouseDoubleClick(MouseButtonEventArgs)GridViewCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)GridViewCellBase.OnMouseEnter(MouseEventArgs)GridViewCellBase.OnMouseLeave(MouseEventArgs)GridViewCellBase.OnPropertyChanged(PropertyChangedEventArgs)GridViewCellBase.ColumnGridViewCellBase.ParentRowGridViewCellBase.ParentDataControlGridViewCellBase.DataColumnGridViewCellBase.VerticalGridLinesBrushGridViewCellBase.VerticalGridLinesWidthGridViewCellBase.CellDoubleClickGridViewCellBase.PropertyChanged

Constructors

GridViewAggregateResultCell()

Initializes a new instance of the GridViewAggregateResultCell class.

Declaration

cs-api-definition
public GridViewAggregateResultCell()

Fields

AggregateNameProperty

Identifies the AggregateName dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AggregateNameProperty

Field Value

DependencyProperty

AggregateResultProperty

Identifies the AggregateResult dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public string AggregateName { get; set; }

Property Value

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

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs