ClassGridViewFooterCell
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:
cs-api-definition
public class GridViewFooterCell : GridViewFooterCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewFooterCell
Implements:
Inherited Members
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
Overrides
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