System.Web.UI.WebControls.FormView.BottomPagerRow Property

Gets the System.Web.UI.WebControls.FormViewRow object that represents the pager row displayed at the bottom of the System.Web.UI.WebControls.FormView control.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual FormViewRow BottomPagerRow { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When paging is enabled (when the FormView.AllowPaging property is set to true), an additional row called the pager row is automatically displayed in the System.Web.UI.WebControls.FormView control. The pager row contains controls that allow the user to navigate to other records, and can be displayed at the top, the bottom, or both the top and bottom of the control. Use the FormView.BottomPagerRow property to programmatically access the System.Web.UI.WebControls.FormViewRow object that represents the bottom pager row in the System.Web.UI.WebControls.FormView control.

Note:

The FormView.BottomPagerRow property is available only after the System.Web.UI.WebControls.FormView control creates the bottom pager row in the FormView.ItemCreated event.

This property is commonly used when you need to programmatically manipulate the bottom pager row, for example when adding custom content. Any modification to the FormView.BottomPagerRow property must be performed after the System.Web.UI.WebControls.FormViewRow object that represents the bottom pager row has been created; otherwise, the System.Web.UI.WebControls.FormView control overwrites any changes.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0