ClassGridViewFooterRow
Class
Represents the RadGridView for Silverlight GridViewFooterRow control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GridViewFooterRow : ContentControl, IAutomationPeer, IPeerConverter, IGridViewFooterRow, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlGridViewFooterRow
Implements:
Inherited Members
Constructors
GridViewFooterRow()
Declaration
cs-api-definition
public GridViewFooterRow()
Properties
FooterCells
Get the list of GridViewFooterRow children.
Declaration
cs-api-definition
public IList<GridViewFooterCell> FooterCells { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements