Skip to main content
Tab

ASPxNewsControl.PagerSettings Property

Provides access to the pager’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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