ASPxNewsControl.PagerSettings Property
In This Article
Provides access to the pager’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public NewsControlPagerSettings PagerSettings { get; }
#Property Value
Type | Description |
---|---|
News |
A News |
#Remarks
Use the PagerSettings property to access the settings that allow you to customize the news control’s pager.
See Also