ASPxPagerBase.CurrentPageNumberStyle Property
Gets the style settings used to paint the number of the current page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual PagerTextStyle CurrentPageNumberStyle { get; }
Public Overridable ReadOnly Property CurrentPageNumberStyle As PagerTextStyle
Property Value
Type | Description |
---|---|
PagerTextStyle | A PagerTextStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
PagerTextStyle() | Initializes a new instance of the PagerTextStyle class. |
See Also
Feedback