System.Web.UI.WebControls.PagerSettings.Position Property

Gets or sets a value that specifies the location where the pager is displayed.

Syntax

[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.PagerPosition.Bottom)]
public PagerPosition Position { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the PagerSettings.Position property to specify the location at which to display the pager. The following table describes the different positions.

PagerPosition.Bottom

The bottom of the control.

PagerPosition.Top

The top of the control.

PagerPosition.TopAndBottom

At both the top and bottom of the control.

The value of this property is stored in view state.

Requirements

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