PagerSettingsEx Class
Contains pager settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The PagerSettingsEx class contains the settings that allow you to customize pager buttons, summary text, etc.
Navigation Buttons
The PagerSettingsEx.AllButton, PagerSettingsEx.FirstPageButton, PagerSettingsEx.LastPageButton, PagerSettingsEx.NextPageButton and PagerSettingsEx.PrevPageButton properties provide access to the settings that specify the text, image and visibility of navigation buttons.
Navigation buttons that cannot be used at the moment are automatically disabled. To temporarily hide them, set the PagerSettingsEx.ShowDisabledButtons property to
false
.For more information, see Navigation Buttons.
Page Numbers
The visibility of page numbers is controlled by the PagerSettingsEx.ShowNumericButtons property. For more information, see Page Numbers.
Summary
The PagerSettingsEx.Summary property provides access to summary settings. This includes the summary text, the text displayed when the content of all the pages is displayed within a view, the summary’s position and visibility. For more information, see Summary.
Separators
The PagerSettingsEx.ShowSeparators property controls the visibility of separators that separate page numbers.