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

PageSizeItemSettings.Position Property

Gets or sets the Page Size Item element’s position within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerPageSizePosition.Right)]
public PagerPageSizePosition Position { get; set; }

Property Value

Type Default Description
PagerPageSizePosition **Right**

One of the PagerPageSizePosition enumeration values.

Available values:

Name Description
Left

The page size item element is displayed on the left side of the pager.

Right

The page size item element is displayed on the right side of the pager.

Property Paths

You can access this nested property as listed below:

Show 51 property paths
Library Object Type Path to Position
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPager .Position
ASPxCardView
ASPxCardViewPagerSettings
ASPxDataView
.PagerSettings .Position
ASPxDataView
ASPxGridPagerSettings
ASPxGridView
.SettingsPager .Position
ASPxGridView
ASPxGridViewPagerSettings
ASPxImageGallery
.PagerSettings .Position
ASPxImageGallery
ASPxNewsControl
.PagerSettings .Position
ASPxNewsControl
ASPxPager
ASPxPagerBase
ASPxPivotGrid
.OptionsPager .Position
ASPxPivotGrid
ASPxPivotGridPager
PivotGridWebOptionsPager
ASPxTreeList
.SettingsPager .Position
ASPxTreeList
TreeListSettingsPager
ASPxVerticalGrid
.SettingsPager .Position
ASPxVerticalGrid
ASPxVerticalGridPagerSettings
DataViewPagerSettings
GridViewProperties
.SettingsPager .Position
GridViewProperties
ImageGalleryPagerSettings
NewsControlPagerSettings
PagerSettingsEx
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager .Position
BootstrapCardView
BootstrapCardViewPagerSettings
BootstrapGridView
.SettingsPager .Position
BootstrapGridView
BootstrapGridViewPagerSettings
BootstrapPager
BootstrapPagerSettings
ASP.NET MVC Extensions CardViewSettings
.SettingsPager .Position
CardViewSettings
CardViewSettings<CardType>
.SettingsPager .Position
CardViewSettings<CardType>
DataViewSettings
.PagerSettings .Position
DataViewSettings
GridViewSettings
.SettingsPager .Position
GridViewSettings
GridViewSettings<RowType>
.SettingsPager .Position
GridViewSettings<RowType>
ImageGallerySettings
.PagerSettings .Position
ImageGallerySettings
MVCxCardView
.SettingsPager .Position
MVCxCardView
MVCxCardViewPagerSettings
MVCxDataView
.PagerSettings .Position
MVCxDataView
MVCxDataViewPagerSettings
MVCxGridView
.SettingsPager .Position
MVCxGridView
MVCxGridViewProperties
.SettingsPager .Position
MVCxGridViewProperties
MVCxImageGallery
.PagerSettings .Position
MVCxImageGallery
MVCxImageGalleryPagerSettings
MVCxPivotGrid
.OptionsPager .Position
MVCxPivotGrid
MVCxTreeList
.SettingsPager .Position
MVCxTreeList
MVCxTreeListSettingsPager
MVCxVerticalGrid
.SettingsPager .Position
MVCxVerticalGrid
PivotGridSettings
.OptionsPager .Position
PivotGridSettings
TreeListSettings
.SettingsPager .Position
TreeListSettings
TreeListSettings<RowType>
.SettingsPager .Position
TreeListSettings<RowType>
VerticalGridSettings
.SettingsPager .Position
VerticalGridSettings
VerticalGridSettings<ColumnType>
.SettingsPager .Position
VerticalGridSettings<ColumnType>
See Also