DataGridPagerStyle::Position Property
.NET Framework (current version)
Gets or sets the position of the pager element in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
public: property PagerPosition Position { PagerPosition get(); void set(PagerPosition value); }
Property Value
Type: System.Web.UI.WebControls::PagerPositionOne of the PagerPosition values. The default value is Bottom.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified value is not one of the PagerPosition values. |
.NET Framework
Available since 1.1
Available since 1.1
Show: