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

DataViewPagerSettings Class

Contains pager settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DataViewPagerSettings :
    PagerSettingsEx,
    IDataViewEndlessPagingSettigns

The following members return DataViewPagerSettings objects:

Remarks

The DataViewPagerSettings class contains the settings that allow you to enable endless paging mode and SEO-friendly modes, specify numeric button visibility and the ‘Show More Items’ button text. These settings can be accessed via the ASPxDataView’s ASPxDataView.PagerSettings property.

See Also