Skip to main content
A newer version of this page is available. .
Tab

ASPxGridPagerSettings.Position Property

Specifies the pager’s position in a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerPosition.Bottom)]
public override PagerPosition Position { get; set; }

Property Value

Type Default Description
PagerPosition **Bottom**

One of the PagerPosition enumeration values that specifies the position of the pager.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to Position
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPager .Position
ASPxGridView
.SettingsPager .Position
ASPxVerticalGrid
.SettingsPager .Position
GridViewProperties
.SettingsPager .Position
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager .Position
BootstrapGridView
.SettingsPager .Position
ASP.NET MVC Extensions CardViewSettings
.SettingsPager .Position
CardViewSettings<CardType>
.SettingsPager .Position
GridViewSettings
.SettingsPager .Position
GridViewSettings<RowType>
.SettingsPager .Position
MVCxCardView
.SettingsPager .Position
MVCxGridView
.SettingsPager .Position
MVCxGridViewProperties
.SettingsPager .Position
MVCxVerticalGrid
.SettingsPager .Position
VerticalGridSettings
.SettingsPager .Position
VerticalGridSettings<ColumnType>
.SettingsPager .Position
See Also