Class
GridViewFooterCell

This is User Interface(UI) element that is a part from footer row and represents a column footer.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewFooterCell : GridViewFooterCellBase, INotifyPropertyChanged

Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewFooterCell

Implements: INotifyPropertyChanged

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

Constructors

GridViewFooterCell()

Initializes a new instance of the GridViewFooterCell class.

Declaration

cs-api-definition
public GridViewFooterCell()

Fields

TextAlignmentProperty

Dependency property for setting the footer text alignment property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextAlignmentProperty

Field Value

DependencyProperty

Properties

AggregateResults

Gets the AggregateResultsCollection.

Declaration

cs-api-definition
protected override AggregateResultCollection AggregateResults { get; }

Property Value

AggregateResultCollection

Overrides GridViewFooterCellBase.AggregateResults

TextAlignment

Used to set the text alignment in the footer cell.

Declaration

cs-api-definition
public TextAlignment TextAlignment { get; set; }

Property Value

TextAlignment

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

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

Parameters

e

EventArgs