GridViewFooterCell
Class
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:
C#
public class GridViewFooterCell : GridViewFooterCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewFooterCell
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewFooterCell class.
C#
public GridViewFooterCell()
Fields
TextAlignmentProperty
DependencyProperty
Dependency property for setting the footer text alignment property.
C#
public static readonly DependencyProperty TextAlignmentProperty
Properties
Gets the AggregateResultsCollection.
C#
protected override AggregateResultCollection AggregateResults { get; }
Overrides:
TextAlignment
TextAlignment
Used to set the text alignment in the footer cell.
C#
public TextAlignment TextAlignment { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer