ASPxNewsControl.PagerSettings Property
Provides access to the pager's settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public NewsControlPagerSettings PagerSettings { get; }
Public ReadOnly Property PagerSettings As NewsControlPagerSettings
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
Feedback