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

ASPxNewsControl.PagerSettings Property

Provides access to the pager’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public NewsControlPagerSettings PagerSettings { get; }

Property Value

Type Description
NewsControlPagerSettings

A NewsControlPagerSettings object that contains pager settings.

Remarks

Use the PagerSettings property to access the settings that allow you to customize the news control’s pager.

See Also