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.v19.2.dll

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
ASPxCardViewPagerSettings
ASPxDataView
ASPxGridPagerSettings
ASPxGridView
ASPxGridViewPagerSettings
ASPxImageGallery
ASPxNewsControl
ASPxPager
ASPxPagerBase
ASPxPivotGrid
ASPxPivotGridPager
PivotGridWebOptionsPager
ASPxTreeList
TreeListSettingsPager
ASPxVerticalGrid
ASPxVerticalGridPagerSettings
DataViewPagerSettings
GridViewProperties
ImageGalleryPagerSettings
CardViewSettings
CardViewSettings<CardType>
DataViewSettings
GridViewSettings
GridViewSettings<RowType>
ImageGallerySettings
MVCxCardView
MVCxCardViewPagerSettings
MVCxDataView
MVCxDataViewPagerSettings
MVCxGridView
MVCxGridViewProperties
MVCxImageGallery
MVCxImageGalleryPagerSettings
MVCxPivotGrid
MVCxTreeList
MVCxTreeListSettingsPager
MVCxVerticalGrid
PivotGridSettings
TreeListSettings
TreeListSettings<RowType>
VerticalGridSettings
VerticalGridSettings<ColumnType>
NewsControlPagerSettings
PagerSettingsEx
ASP.NET Bootstrap Controls BootstrapCardView
BootstrapCardViewPagerSettings
BootstrapGridView
BootstrapGridViewPagerSettings
BootstrapPager
BootstrapPagerSettings
See Also