PagerButtonStyle Class
In This Article
Provides style settings used to paint pager buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PagerButtonStyle :
PagerItemStyle
#Related API Members
The following members return PagerButtonStyle objects:
#Remarks
An object of the PagerButtonStyle type can be accessed via the ASPxPagerBase.ButtonStyle property of a pager control.
#Inheritance
See Also