Skip to main content
Tab

NewsControlPagerSettings Class

Contains pager settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NewsControlPagerSettings :
    PagerSettingsEx,
    IDataViewEndlessPagingSettigns

The following members return NewsControlPagerSettings objects:

Remarks

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

Inheritance

See Also