New to Telerik UI for WPFStart a free 30-day trial

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

Definition

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: GridViewFooterCellBase.AggregateResults

TextAlignment

TextAlignment

Used to set the text alignment in the footer cell.

C#
public TextAlignment TextAlignment { get; set; }

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs