DataViewPagerSettings Class
In This Article
Contains pager settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewPagerSettings :
PagerSettingsEx,
IDataViewEndlessPagingSettigns
#Related API Members
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.
#Inheritance
Object
StateManager
PropertiesBase
PagerSettingsEx
DataViewPagerSettings
See Also